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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp919 const TypeInstPtr* ttip = (ttp != NULL) ? ttp->isa_instptr() : NULL; local
922 if (ttip != NULL) {
923 ciKlass* k = ttip->klass();
987 if( !t->empty() && ttip && ttip->is_loaded() && ttip->klass()->is_interface() )
1007 if( jtip && ttip ) {
1009 ttip->is_loaded() && !ttip->klass()->is_interface() ) {
1011 assert(ft == ttip
[all...]

Completed in 34 milliseconds