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

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse1.cpp259 const BitMap live_oops = method()->live_local_oops_at_bci(osr_bci()); local
276 if (!live_oops.at(index)) {
335 if (!live_oops.at(index)) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2936 const BitMap live_oops = method()->live_local_oops_at_bci(osr_bci); local
2944 if (local->type()->is_object_kind() && !live_oops.at(index)) {

Completed in 47 milliseconds