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

/openjdk7/hotspot/src/share/vm/utilities/
H A DpreserveException.cpp35 _preserved_exception_line = _thread->exception_line();
62 _preserved_exception_line = _thread->exception_line();
81 _preserved_exception_line = _thread->exception_line();
H A Dexceptions.hpp81 int exception_line() const { return _exception_line; } function in class:ThreadShadow
/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp748 int exception_line = thread->exception_line(); local
777 thread->set_pending_exception(pending_exception(), exception_file, exception_line); local
H A DsharedRuntime.cpp1863 pending_line = THREAD->exception_line();

Completed in 35 milliseconds