Searched refs:set_pending_exception (Results 1 - 7 of 7) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A DpreserveException.cpp49 _thread->set_pending_exception(_preserved_exception_oop(), _preserved_exception_file, _preserved_exception_line);
74 _thread->set_pending_exception(_preserved_exception_oop(), _preserved_exception_file, _preserved_exception_line);
88 _thread->set_pending_exception(_preserved_exception_oop(), _preserved_exception_file, _preserved_exception_line);
H A Dexceptions.cpp49 void ThreadShadow::set_pending_exception(oop exception, const char* file, int line) { function in class:ThreadShadow
93 thread->set_pending_exception(Universe::vm_exception(), file, line);
116 thread->set_pending_exception(Universe::vm_exception(), file, line);
155 thread->set_pending_exception(h_exception(), file, line);
H A Dexceptions.hpp88 void set_pending_exception(oop exception, const char* file, int line);
/openjdk10/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp2680 THREAD->set_pending_exception(except_oop, NULL, 0);
2831 THREAD->set_pending_exception(except_oop(), NULL, 0);
3123 THREAD->set_pending_exception(illegal_state_oop(), NULL, 0);
3125 THREAD->set_pending_exception(original_exception(), NULL, 0);
/openjdk10/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp843 thread->set_pending_exception(pending_exception(), exception_file, exception_line);
H A Dthread.cpp2067 set_pending_exception(_pending_async_exception, __FILE__, __LINE__);
H A DsharedRuntime.cpp2098 THREAD->set_pending_exception(pending_excep, pending_file, pending_line);

Completed in 123 milliseconds