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

/openjdk7/hotspot/src/share/vm/opto/
H A DdoCall.cpp621 const Type* h_extype = TypeOopPtr::make_from_klass(h_klass); local
623 h_extype = h_extype->join(TypeInstPtr::NOTNULL);
624 assert(!h_extype->empty(), "sanity");
627 extypes->append(h_extype);

Completed in 98 milliseconds