Searched refs:dispatch_epilog (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.hpp136 void dispatch_epilog(TosState state, int step = 0);
H A Dinterp_masm_x86_64.hpp148 void dispatch_epilog(TosState state, int step = 0);
H A Dinterp_masm_x86_32.cpp445 void InterpreterMacroAssembler::dispatch_epilog(TosState state, int step) { function in class:InterpreterMacroAssembler
H A Dinterp_masm_x86_64.cpp444 void InterpreterMacroAssembler::dispatch_epilog(TosState state, int step) { function in class:InterpreterMacroAssembler
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.hpp100 void dispatch_epilog(TosState state, int step = 0);
H A Dinterp_masm_sparc.cpp111 void InterpreterMacroAssembler::dispatch_epilog(TosState state, int bcp_incr) { function in class:InterpreterMacroAssembler
/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.cpp524 __ dispatch_epilog(tos_out, step);

Completed in 1365 milliseconds