Searched refs:exception_handler_for_pc (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.hpp143 static address exception_handler_for_pc(JavaThread* thread);
H A Dc1_Runtime1.cpp577 address Runtime1::exception_handler_for_pc(JavaThread* thread) { function in class:Runtime1
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_Runtime1_sparc.cpp1043 int call_offset = __ call_RT(noreg, noreg, CAST_FROM_FN_PTR(address, exception_handler_for_pc));
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_Runtime1_x86.cpp733 int call_offset = __ call_RT(noreg, noreg, CAST_FROM_FN_PTR(address, exception_handler_for_pc));

Completed in 43 milliseconds