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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp2157 const TypeOopPtr* btype = base_oop->bottom_type()->isa_oopptr(); local
2158 if (btype != NULL) {
2159 if (btype->isa_aryptr()) {
2164 const TypeInstPtr* itype = btype->isa_instptr();

Completed in 43 milliseconds