Searched defs:dispatch_table (Results 1 - 2 of 2) 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

Completed in 38 milliseconds