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

/openjdk7/hotspot/src/share/vm/opto/
H A Descape.cpp2085 const TypePtr *t_ptr = adr_type->isa_ptr(); local
2086 assert(t_ptr != NULL, "must be a pointer type");
2087 return t_ptr->offset();
H A Dtype.cpp537 const TypePtr* t_ptr = t->make_ptr(); local
538 if( this_ptr == NULL || t_ptr == NULL )
542 const TypeInstPtr* t_inst = t_ptr->isa_instptr();

Completed in 55 milliseconds