Searched defs:dispatch_next (Results 1 - 3 of 3) sorted by relevance
| /openjdk7/hotspot/src/cpu/x86/vm/ | ||
| H A D | interp_masm_x86_32.cpp | 446 dispatch_next(state, step); 484 void InterpreterMacroAssembler::dispatch_next(TosState state, int step) { function in class:InterpreterMacroAssembler |
| H A D | interp_masm_x86_64.cpp | 445 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 D | interp_masm_sparc.cpp | 121 void InterpreterMacroAssembler::dispatch_next(TosState state, int bcp_incr) { function in class:InterpreterMacroAssembler |
Completed in 62 milliseconds