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

/openjdk9/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.cpp178 address TemplateInterpreter::_remove_activation_entry = NULL; member in class:TemplateInterpreter
H A DtemplateInterpreter.hpp111 static address _remove_activation_entry; // continuation address if an exception is not handled by current frame member in class:TemplateInterpreter
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreterGenerator_sparc.cpp1914 Interpreter::_remove_activation_entry = __ pc(); member in class:Interpreter
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DtemplateInterpreterGenerator_aarch64.cpp1905 Interpreter::_remove_activation_entry = __ pc(); member in class:Interpreter
/openjdk9/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreterGenerator_x86.cpp1723 Interpreter::_remove_activation_entry = __ pc(); member in class:Interpreter
/openjdk9/hotspot/src/cpu/arm/vm/
H A DtemplateInterpreterGenerator_arm.cpp1768 Interpreter::_remove_activation_entry = __ pc(); member in class:Interpreter
/openjdk9/hotspot/src/cpu/s390/vm/
H A DtemplateInterpreterGenerator_s390.cpp2243 Interpreter::_remove_activation_entry = __ pc(); member in class:Interpreter
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DtemplateInterpreterGenerator_ppc.cpp2160 Interpreter::_remove_activation_entry = __ pc(); member in class:Interpreter

Completed in 95 milliseconds