Searched refs:dispatch_table (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp157 static address* dispatch_table(TosState state) { return _active_table.table_for(state); } function in class:TemplateInterpreter
158 static address* dispatch_table() { return _active_table.table_for(); } function in class:TemplateInterpreter
H A DbytecodeInterpreter.cpp214 #define DISPATCH(opcode) goto *(void*)dispatch_table[opcode]
582 register uintptr_t *dispatch_table = (uintptr_t*)&opclabels_data[0]; local
H A DinterpreterRuntime.cpp473 continuation = Interpreter::dispatch_table(vtos)[*handler_pc];
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp100 AddressLiteral tbl(Interpreter::dispatch_table(state));
125 dispatch_Lbyte_code(state, Interpreter::dispatch_table(state), bcp_incr);
133 dispatch_Lbyte_code(state, Interpreter::dispatch_table(state), bcp_incr, false);
282 dispatch_base(state, Interpreter::dispatch_table(state));
295 if (table == Interpreter::dispatch_table(state)) {
H A DtemplateInterpreter_sparc.cpp1299 __ set((intptr_t)Interpreter::dispatch_table(), IdispatchTables);
1742 *interpreter_frame->register_addr(IdispatchTables) = (intptr_t) Interpreter::dispatch_table();
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp471 dispatch_base(state, Interpreter::dispatch_table(state));
489 dispatch_base(state, Interpreter::dispatch_table(state));
H A Dinterp_masm_x86_64.cpp472 dispatch_base(state, Interpreter::dispatch_table(state));
489 dispatch_base(state, Interpreter::dispatch_table(state));

Completed in 1832 milliseconds