Searched refs:_continuation_entry (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ | ||
H A D | templateInterpreter.hpp | 120 static EntryPoint _continuation_entry; member in class:TemplateInterpreter 156 static address continuation (TosState state) { return _continuation_entry.entry(state); } |
H A D | templateInterpreter.cpp | 184 EntryPoint TemplateInterpreter::_continuation_entry; member in class:TemplateInterpreter 309 Interpreter::_continuation_entry = member in class:Interpreter |
Completed in 27 milliseconds