Searched defs:dispatch_next (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp446 dispatch_next(state, step);
484 void InterpreterMacroAssembler::dispatch_next(TosState state, int step) { function in class:InterpreterMacroAssembler
H A Dinterp_masm_x86_64.cpp445 dispatch_next(state, step);
484 void InterpreterMacroAssembler::dispatch_next(TosState state, int step) { function in class:InterpreterMacroAssembler
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp121 void InterpreterMacroAssembler::dispatch_next(TosState state, int bcp_incr) { function in class:InterpreterMacroAssembler

Completed in 36 milliseconds