Searched defs:_catch_exception_entry (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DstubGenerator_zero.cpp195 StubRoutines::_catch_exception_entry = ShouldNotCallThisStub(); member in class:StubGenerator::StubRoutines
/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.cpp50 address StubRoutines::_catch_exception_entry = NULL; member in class:StubRoutines
H A DstubRoutines.hpp128 static address _catch_exception_entry; member in class:StubRoutines
243 static address catch_exception_entry() { return _catch_exception_entry; }
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp3388 StubRoutines::_catch_exception_entry = generate_catch_exception(); member in class:StubGenerator::StubRoutines
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp2899 StubRoutines::_catch_exception_entry = generate_catch_exception(); member in class:StubGenerator::StubRoutines
H A DstubGenerator_x86_64.cpp3741 StubRoutines::_catch_exception_entry = generate_catch_exception(); member in class:StubGenerator::StubRoutines

Completed in 66 milliseconds