Searched refs:is_assignable_from (Results 1 - 4 of 4) sorted by relevance

/openjdk9/hotspot/src/share/vm/classfile/
H A DstackMapFrame.hpp235 bool subtype = type.is_assignable_from(
251 bool subtype1 = type1.is_assignable_from(top1, verifier(), false, CHECK);
253 bool subtype2 = type2.is_assignable_from(top2, verifier(), false, CHECK);
H A DstackMapFrame.cpp151 if (!to[i].is_assignable_from(from[i], verifier(), false, THREAD)) {
207 bool subtype = type.is_assignable_from(
227 bool subtype = type.is_assignable_from(_locals[index],
251 bool subtype = type1.is_assignable_from(_locals[index], verifier(), false, CHECK);
258 subtype = type2.is_assignable_from(_locals[index + 1], verifier(), false, CHECK);
H A DverificationType.hpp268 bool is_assignable_from( function in class:VALUE_OBJ_CLASS_SPEC
302 // Same as is_assignable_from() except int primitives must be identical.
316 return is_assignable_from(from, context, from_field_is_protected, CHECK_false);
H A Dverifier.cpp1801 bool is_subclass = throwable.is_assignable_from(
2266 is_assignable = target_class_type.is_assignable_from(
2294 is_assignable = current_type().is_assignable_from(
2604 bool assignable = current_type().is_assignable_from(
2783 subtype = ref_class_type.is_assignable_from(
2788 subtype = ref_class_type.is_assignable_from(host_klass_type, this, false, CHECK_VERIFY(this));
2834 bool subtype = hosttype.is_assignable_from(top, this, false, CHECK_VERIFY(this));
2859 bool is_assignable = current_type().is_assignable_from(
3044 bool match = return_type.is_assignable_from(type, this, false, CHECK_VERIFY(this));

Completed in 56 milliseconds