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

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

Completed in 330 milliseconds