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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp498 address handler_for_exception_and_pc(Handle exception, address pc);
H A Dnmethod.cpp404 address nmethod::handler_for_exception_and_pc(Handle exception, address pc) { function in class:nmethod
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp1018 force_unwind ? NULL : nm->handler_for_exception_and_pc(exception, pc);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp512 address fast_continuation = nm->handler_for_exception_and_pc(exception, pc);

Completed in 268 milliseconds