Searched defs:restore_bcp (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
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

Completed in 1731 milliseconds