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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp918 const TypePtr* ttp = _type->make_ptr(); local
919 const TypeInstPtr* ttip = (ttp != NULL) ? ttp->isa_instptr() : NULL;
920 const TypeKlassPtr* ttkp = (ttp != NULL) ? ttp->isa_klassptr() : NULL;

Completed in 38 milliseconds