Searched refs:_active_table (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp126 static DispatchTable _active_table; // the active dispatch table (used by the interpreter for dispatch) member in class:TemplateInterpreter
157 static address* dispatch_table(TosState state) { return _active_table.table_for(state); }
158 static address* dispatch_table() { return _active_table.table_for(); }
159 static int distance_from_dispatch_table(TosState state){ return _active_table.distance_from(state); }
H A DtemplateInterpreter.cpp57 _active_table = _normal_table;
190 DispatchTable TemplateInterpreter::_active_table; member in class:TemplateInterpreter
564 copy_table((address*)&_safept_table, (address*)&_active_table, sizeof(_active_table) / sizeof(address));
578 copy_table((address*)&_normal_table, (address*)&_active_table, sizeof(_active_table) / sizeof(address));

Completed in 32 milliseconds