Searched defs:_remove_activation_preserving_args_entry (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp111 static address _remove_activation_preserving_args_entry; // continuation address when current frame is being popped member in class:TemplateInterpreter
142 static address remove_activation_preserving_args_entry() { return _remove_activation_preserving_args_entry; }
H A DtemplateInterpreter.cpp167 address TemplateInterpreter::_remove_activation_preserving_args_entry = NULL; member in class:TemplateInterpreter
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp1697 Interpreter::_remove_activation_preserving_args_entry = __ pc(); member in class:Interpreter
H A DtemplateInterpreter_x86_64.cpp1721 Interpreter::_remove_activation_preserving_args_entry = __ pc(); member in class:Interpreter

Completed in 43 milliseconds