Searched refs:deopt_continue_after_entry (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp177 static address deopt_continue_after_entry(methodOop method,
H A DabstractInterpreter.hpp183 static address deopt_continue_after_entry(methodOop method,
H A DtemplateInterpreter.cpp587 address TemplateInterpreter::deopt_continue_after_entry(methodOop method, address bcp, int callee_parameters, bool is_top_frame) {
588 return AbstractInterpreter::deopt_continue_after_entry(method, bcp, callee_parameters, is_top_frame);
H A Dinterpreter.cpp317 address AbstractInterpreter::deopt_continue_after_entry(methodOop method, address bcp, int callee_parameters, bool is_top_frame) { function in class:AbstractInterpreter
/openjdk7/hotspot/src/share/vm/runtime/
H A DvframeArray.cpp184 pc = Interpreter::deopt_continue_after_entry(method(), bcp, callee_parameters, is_top_frame);

Completed in 40 milliseconds