Searched refs:generate_catch_exception (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp328 address generate_catch_exception() { function in class:StubGenerator
3388 StubRoutines::_catch_exception_entry = generate_catch_exception();
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp153 const Address rsp_after_call(rbp, -4 * wordSize); // same as in generate_catch_exception()!
165 const Address thread (rbp, 9 * wordSize); // same as in generate_catch_exception()!
347 address generate_catch_exception() { function in class:StubGenerator
2899 StubRoutines::_catch_exception_entry = generate_catch_exception();
H A DstubGenerator_x86_64.cpp235 // same as in generate_catch_exception()!
246 // same as in generate_catch_exception()!
436 address generate_catch_exception() { function in class:StubGenerator
3741 StubRoutines::_catch_exception_entry = generate_catch_exception();

Completed in 63 milliseconds