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

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1280 const Type* obj_type = _gvn.type(obj); local
1281 const TypeOopPtr* tboth = obj_type->join(con_type)->isa_oopptr();
1282 if (tboth != NULL && tboth->klass_is_exact() && tboth != obj_type &&
1283 tboth->higher_equal(obj_type)) {
1291 assert(tcc != obj_type && tcc->higher_equal(obj_type), "must improve");

Completed in 28 milliseconds