Searched refs:throw_exception_entry (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp146 static address throw_exception_entry() { return _throw_exception_entry; } function in class:TemplateInterpreter
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp109 assert(Interpreter::throw_exception_entry() != NULL, "generate it first");
110 AddressLiteral thrower(Interpreter::throw_exception_entry());
H A DtemplateTable_sparc.cpp406 __ throw_if_not_x(Assembler::never, Interpreter::throw_exception_entry(), G3_scratch);
3715 __ throw_if_not_x(Assembler::never, Interpreter::throw_exception_entry(), G3_scratch);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp138 __ jump(ExternalAddress(Interpreter::throw_exception_entry()));
H A DtemplateInterpreter_x86_64.cpp154 __ jump(ExternalAddress(Interpreter::throw_exception_entry()));
H A DtemplateTable_x86_32.cpp467 __ jump(ExternalAddress(Interpreter::throw_exception_entry()));
3539 __ jump(ExternalAddress(Interpreter::throw_exception_entry()));
H A DtemplateTable_x86_64.cpp486 __ jump(ExternalAddress(Interpreter::throw_exception_entry()));
3607 __ jump(ExternalAddress(Interpreter::throw_exception_entry()));

Completed in 59 milliseconds