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

/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.cpp77 VerificationType comp_from = from.get_component(context, CHECK_false); local
78 if (!comp_this.is_bogus() && !comp_from.is_bogus()) {
79 return comp_this.is_assignable_from(comp_from, context, CHECK_false);

Completed in 532 milliseconds