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

/openjdk7/hotspot/src/share/vm/opto/
H A Descape.cpp2217 const TypeOopPtr *base_t = igvn->type(base)->isa_oopptr(); local
2218 assert(base_t != NULL && base_t->is_known_instance(), "expecting instance oopptr");
2227 t = base_t->add_offset(offs)->is_oopptr();
2229 int inst_id = base_t->instance_id();
2233 // The type 't' could be subclass of 'base_t'.
2234 // As result t->offset() could be large then base_t's size and it will
2242 // Or the type 't' could be not related to 'base_t' at all.
2250 !base_t->klass()->is_subtype_of(t->klass())) {
2253 const TypeOopPtr *tinst = base_t
[all...]

Completed in 36 milliseconds