Searched refs:_throw_StackOverflowError_entry (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp107 static address _throw_StackOverflowError_entry; member in class:TemplateInterpreter
150 static address throw_StackOverflowError_entry() { return _throw_StackOverflowError_entry; }
H A DtemplateInterpreter.cpp175 address TemplateInterpreter::_throw_StackOverflowError_entry = NULL; member in class:TemplateInterpreter
349 Interpreter::_throw_StackOverflowError_entry = generate_StackOverflowError_handler(); member in class:Interpreter
/openjdk7/hotspot/src/cpu/zero/vm/
H A DstubGenerator_zero.cpp224 StubRoutines::_throw_StackOverflowError_entry = member in class:StubGenerator::StubRoutines
/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.hpp132 static address _throw_StackOverflowError_entry; member in class:StubRoutines
265 static address throw_StackOverflowError_entry() { return _throw_StackOverflowError_entry; }
H A DstubRoutines.cpp55 address StubRoutines::_throw_StackOverflowError_entry = NULL; member in class:StubRoutines
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp3408 StubRoutines::_throw_StackOverflowError_entry = generate_throw_exception("StackOverflowError throw_exception", CAST_FROM_FN_PTR(address, SharedRuntime::throw_StackOverflowError)); member in class:StubGenerator::StubRoutines
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp2918 StubRoutines::_throw_StackOverflowError_entry = generate_throw_exception("StackOverflowError throw_exception", CAST_FROM_FN_PTR(address, SharedRuntime::throw_StackOverflowError)); member in class:StubGenerator::StubRoutines
H A DstubGenerator_x86_64.cpp3762 StubRoutines::_throw_StackOverflowError_entry = member in class:StubGenerator::StubRoutines

Completed in 82 milliseconds