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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp1584 const TypeOopPtr* foop = flat->is_oopptr(); local
1586 bool exact = !foop->klass_is_exact() || foop->is_known_instance();
1587 const TypePtr* xoop = foop->cast_to_exactness(exact)->is_ptr();
1588 assert(foop == flatten_alias_type(xoop), "exactness must not affect alias type");

Completed in 39 milliseconds