Searched defs:this_inst (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp541 const TypeInstPtr* this_inst = this_ptr->isa_instptr(); local
543 if( this_inst && this_inst->is_loaded() && t_inst && t_inst->is_loaded() ) {
544 bool this_interface = this_inst->klass()->is_interface();

Completed in 49 milliseconds