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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp2702 const TypeInstPtr* ftip = ft->isa_instptr(); local
2730 if (ftip != NULL && ktip != NULL &&
2731 ftip->is_loaded() && ftip->klass()->is_interface() &&
2734 assert(!ftip->klass_is_exact(), "interface could not be exact");
2735 return ktip->cast_to_ptr_type(ftip->ptr());

Completed in 37 milliseconds