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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.hpp66 void save_bcp() { /* not needed in c++ interpreter and harmless */ } function in class:InterpreterMacroAssembler
74 void save_bcp() { movptr(Address(rbp, frame::interpreter_frame_bcx_offset * wordSize), rsi); } function in class:InterpreterMacroAssembler
H A Dinterp_masm_x86_64.hpp61 void save_bcp() { /* not needed in c++ interpreter and harmless */ } function in class:InterpreterMacroAssembler
70 void save_bcp() { function in class:InterpreterMacroAssembler
H A Dinterp_masm_x86_32.cpp75 // saved! There used to be a save_bcp() that only happened in
119 save_bcp();
760 save_bcp(); // Save in case of exception
H A Dinterp_masm_x86_64.cpp74 // saved! There used to be a save_bcp() that only happened in
108 save_bcp();
771 save_bcp(); // Save in case of exception
H A DtemplateTable_x86_32.cpp142 __ save_bcp();
1955 __ save_bcp();
2922 __ save_bcp();
3629 __ save_bcp(); // in case of exception
H A DtemplateTable_x86_64.cpp2985 __ save_bcp();
3712 __ save_bcp(); // in case of exception

Completed in 53 milliseconds