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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp1283 bool is_known_inst = tj->isa_oopptr() != NULL && local
1289 assert(!is_known_inst, "scalarizable allocation should not have unsafe references");
1297 if( ta && is_known_inst ) {
1365 assert(!is_known_inst, "not scalarizable allocation");
1368 } else if( is_known_inst ) {
1380 if (!is_known_inst) { // Do it only for non-instance types
1394 if( is_known_inst ) {

Completed in 50 milliseconds