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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp128 static DispatchTable _safept_table; // the safepoint dispatch table (used to set the active table for safepoints) member in class:TemplateInterpreter
H A DtemplateInterpreter.cpp192 DispatchTable TemplateInterpreter::_safept_table; member in class:TemplateInterpreter
417 if (Bytecodes::is_defined(code)) Interpreter::_safept_table.set_entry(code, Interpreter::_safept_entry);
564 copy_table((address*)&_safept_table, (address*)&_active_table, sizeof(_active_table) / sizeof(address));

Completed in 24 milliseconds