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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp216 BitMap live_local_oops_at_bci(int bci);
H A DciMethod.cpp412 // ciMethod::live_local_oops_at_bci
426 BitMap ciMethod::live_local_oops_at_bci(int bci) { function in class:ciMethod
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse1.cpp259 const BitMap live_oops = method()->live_local_oops_at_bci(osr_bci());
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2936 const BitMap live_oops = method()->live_local_oops_at_bci(osr_bci);

Completed in 54 milliseconds