Searched refs:dispatch_via (Results 1 - 9 of 9) sorted by relevance
| /openjdk7/hotspot/src/cpu/x86/vm/ |
| H A D | interp_masm_x86_32.hpp | 141 void dispatch_via (TosState state, address* table); // load rbx, from [esi] and dispatch via rbx, and table
|
| H A D | interp_masm_x86_64.hpp | 157 void dispatch_via (TosState state, address* table);
|
| H A D | interp_masm_x86_32.cpp | 493 void InterpreterMacroAssembler::dispatch_via(TosState state, address* table) { function in class:InterpreterMacroAssembler
|
| H A D | interp_masm_x86_64.cpp | 492 void InterpreterMacroAssembler::dispatch_via(TosState state, address* table) { function in class:InterpreterMacroAssembler
|
| H A D | templateInterpreter_x86_32.cpp | 329 __ dispatch_via(vtos, Interpreter::_normal_table.table_for(vtos));
|
| H A D | templateInterpreter_x86_64.cpp | 280 __ dispatch_via(vtos, Interpreter::_normal_table.table_for(vtos));
|
| /openjdk7/hotspot/src/cpu/sparc/vm/ |
| H A D | interp_masm_sparc.hpp | 105 void dispatch_via (TosState state, address* table);
|
| H A D | templateInterpreter_sparc.cpp | 270 __ dispatch_via(vtos, Interpreter::normal_table(vtos));
|
| H A D | interp_masm_sparc.cpp | 137 void InterpreterMacroAssembler::dispatch_via(TosState state, address* table) { function in class:InterpreterMacroAssembler
|
Completed in 68 milliseconds