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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp120 static EntryPoint _continuation_entry; member in class:TemplateInterpreter
156 static address continuation (TosState state) { return _continuation_entry.entry(state); }
H A DtemplateInterpreter.cpp184 EntryPoint TemplateInterpreter::_continuation_entry; member in class:TemplateInterpreter
309 Interpreter::_continuation_entry = member in class:Interpreter

Completed in 52 milliseconds