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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp109 static address _remove_activation_entry; // continuation address if an exception is not handled by current frame member in class:TemplateInterpreter
145 static address remove_activation_entry() { return _remove_activation_entry; }
H A DtemplateInterpreter.cpp166 address TemplateInterpreter::_remove_activation_entry = NULL; member in class:TemplateInterpreter
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp1680 __ jmp(rax); // jump to exception handler (may be _remove_activation_entry!)
1795 Interpreter::_remove_activation_entry = __ pc(); member in class:Interpreter
H A DtemplateInterpreter_x86_64.cpp1702 __ jmp(rax); // jump to exception handler (may be _remove_activation_entry!)
1821 Interpreter::_remove_activation_entry = __ pc(); member in class:Interpreter

Completed in 297 milliseconds