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

/openjdk9/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.cpp188 address TemplateInterpreter::_throw_exception_entry = NULL; member in class:TemplateInterpreter
H A DtemplateInterpreter.hpp107 static address _throw_exception_entry; member in class:TemplateInterpreter
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreterGenerator_sparc.cpp1784 Interpreter::_throw_exception_entry = __ pc(); member in class:Interpreter
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DtemplateInterpreterGenerator_aarch64.cpp1742 Interpreter::_throw_exception_entry = __ pc(); member in class:Interpreter
/openjdk9/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreterGenerator_x86.cpp1543 Interpreter::_throw_exception_entry = __ pc(); member in class:Interpreter
/openjdk9/hotspot/src/cpu/arm/vm/
H A DtemplateInterpreterGenerator_arm.cpp1595 Interpreter::_throw_exception_entry = __ pc(); member in class:Interpreter
/openjdk9/hotspot/src/cpu/s390/vm/
H A DtemplateInterpreterGenerator_s390.cpp2108 Interpreter::_throw_exception_entry = __ pc(); member in class:Interpreter
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DtemplateInterpreterGenerator_ppc.cpp2030 Interpreter::_throw_exception_entry = __ pc(); member in class:Interpreter

Completed in 66 milliseconds