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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterpreter_x86_32.cpp234 __ restore_bcp(); // rsi must be correct for exception handler (was destroyed)
H A Dinterp_masm_x86_32.hpp67 void restore_bcp() { /* not needed in c++ interpreter and harmless */ } function in class:InterpreterMacroAssembler
75 void restore_bcp() { movptr(rsi, Address(rbp, frame::interpreter_frame_bcx_offset * wordSize)); } function in class:InterpreterMacroAssembler
H A Dinterp_masm_x86_64.hpp62 void restore_bcp() { /* not needed in c++ interpreter and harmless */ } function in class:InterpreterMacroAssembler
74 void restore_bcp() { function in class:InterpreterMacroAssembler
H A Dinterpreter_x86_64.cpp315 __ restore_bcp(); // rsi must be correct for exception handler (was destroyed)
H A DtemplateInterpreter_x86_32.cpp77 __ restore_bcp();
193 __ restore_bcp();
242 __ restore_bcp();
1661 __ restore_bcp(); // rsi points to call/send
1780 __ restore_bcp();
1835 __ restore_bcp();
H A DtemplateInterpreter_x86_64.cpp76 __ restore_bcp();
176 __ restore_bcp();
210 __ restore_bcp();
1679 __ restore_bcp(); // r13 points to call/send
1806 __ restore_bcp(); // XXX do we need this?
1861 __ restore_bcp();
H A Dinterp_masm_x86_32.cpp76 // the ASSERT path (no restore_bcp). Which caused bizarre failures
123 restore_bcp();
798 restore_bcp();
H A Dinterp_masm_x86_64.cpp75 // the ASSERT path (no restore_bcp). Which caused bizarre failures
124 restore_bcp();
813 restore_bcp();
H A DtemplateTable_x86_32.cpp163 __ restore_bcp();
2007 __ restore_bcp();
2020 __ restore_bcp();
2974 __ restore_bcp();
3135 __ restore_bcp(); // rsi must be correct for exception handler (was destroyed)
3144 __ restore_bcp(); // rsi must be correct for exception handler (was destroyed)
H A DtemplateTable_x86_64.cpp3039 __ restore_bcp();
3198 __ restore_bcp(); // r13 must be correct for exception handler (was destroyed)
3207 __ restore_bcp(); // r13 must be correct for exception handler (was destroyed)

Completed in 57 milliseconds