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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp329 bool do_OSR = UseOnStackReplacement; \
331 if (do_OSR) do_OSR = BACKEDGE_COUNT->reached_InvocationLimit(); \
332 if (do_OSR) { \
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp1634 Label do_OSR; local
1645 __ br(Assembler::equal, false, Assembler::pt, do_OSR);
1908 __ bind(do_OSR);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp1809 Label do_OSR; local
1816 __ jcc(Assembler::equal, do_OSR);
2082 __ bind(do_OSR);

Completed in 260 milliseconds