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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp184 static address deopt_reexecute_entry(methodOop method, address bcp);
H A DabstractInterpreter.hpp188 static address deopt_reexecute_entry(methodOop method, address bcp);
H A DtemplateInterpreter.cpp595 address TemplateInterpreter::deopt_reexecute_entry(methodOop method, address bcp) {
606 return AbstractInterpreter::deopt_reexecute_entry(method, bcp);
H A Dinterpreter.cpp387 address AbstractInterpreter::deopt_reexecute_entry(methodOop method, address bcp) { function in class:AbstractInterpreter
/openjdk7/hotspot/src/share/vm/runtime/
H A DvframeArray.cpp181 pc = Interpreter::deopt_reexecute_entry(method(), bcp);

Completed in 46 milliseconds