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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp449 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 Dinterp_masm_x86_64.cpp448 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);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp141 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 45 milliseconds