Searched refs:throw_StackOverflowError_entry (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp150 static address throw_StackOverflowError_entry() { return _throw_StackOverflowError_entry; } function in class:TemplateInterpreter
/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.hpp265 static address throw_StackOverflowError_entry() { return _throw_StackOverflowError_entry; } function in class:StubRoutines
H A DsharedRuntime.cpp763 case STACK_OVERFLOW: return Interpreter::throw_StackOverflowError_entry();
779 return StubRoutines::throw_StackOverflowError_entry();
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp448 assert(StubRoutines::throw_StackOverflowError_entry() != NULL, "stub not yet generated");
449 AddressLiteral stub(StubRoutines::throw_StackOverflowError_entry());
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp535 assert(StubRoutines::throw_StackOverflowError_entry() != NULL, "stub not yet generated");
536 __ jump(ExternalAddress(StubRoutines::throw_StackOverflowError_entry()));
H A DtemplateInterpreter_x86_64.cpp480 assert(StubRoutines::throw_StackOverflowError_entry() != NULL, "stub not yet generated");
481 __ jump(ExternalAddress(StubRoutines::throw_StackOverflowError_entry()));

Completed in 58 milliseconds