Searched refs:dispatch_base (Results 1 - 6 of 6) sorted by relevance
| /openjdk7/hotspot/src/cpu/x86/vm/ |
| H A D | interp_masm_x86_32.cpp | 449 void InterpreterMacroAssembler::dispatch_base(TosState state, address* table, function in class:InterpreterMacroAssembler 471 dispatch_base(state, Interpreter::dispatch_table(state)); 476 dispatch_base(state, Interpreter::normal_table(state)); 480 dispatch_base(state, Interpreter::normal_table(state), false); 489 dispatch_base(state, Interpreter::dispatch_table(state)); 496 dispatch_base(state, table);
|
| H A D | interp_masm_x86_64.cpp | 448 void InterpreterMacroAssembler::dispatch_base(TosState state, function in class:InterpreterMacroAssembler 472 dispatch_base(state, Interpreter::dispatch_table(state)); 476 dispatch_base(state, Interpreter::normal_table(state)); 480 dispatch_base(state, Interpreter::normal_table(state), false); 489 dispatch_base(state, Interpreter::dispatch_table(state)); 495 dispatch_base(state, table);
|
| H A D | interp_masm_x86_32.hpp | 56 void dispatch_base(TosState state, address* table, bool verifyoop = true);
|
| H A D | interp_masm_x86_64.hpp | 52 void dispatch_base(TosState state, address* table, bool verifyoop = true);
|
| /openjdk7/hotspot/src/cpu/sparc/vm/ |
| H A D | interp_masm_sparc.hpp | 76 void dispatch_base(TosState state, address* table);
|
| H A D | interp_masm_sparc.cpp | 141 dispatch_base(state, table); 270 void InterpreterMacroAssembler::dispatch_base(TosState state, address* table) { function in class:InterpreterMacroAssembler 277 dispatch_base(state, Interpreter::normal_table(state)); 282 dispatch_base(state, Interpreter::dispatch_table(state));
|
Completed in 266 milliseconds