Searched defs:_preserved_exception_file (Results 1 - 2 of 2) 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); local
74 _thread->set_pending_exception(_preserved_exception_oop(), _preserved_exception_file, _preserved_exception_line); local
88 _thread->set_pending_exception(_preserved_exception_oop(), _preserved_exception_file, _preserved_exception_line); local
H A DpreserveException.hpp37 const char* _preserved_exception_file; member in class:PreserveExceptionMark
53 const char* _preserved_exception_file; member in class:CautiouslyPreserveExceptionMark
69 const char* _preserved_exception_file; member in class:WeakPreserveExceptionMark

Completed in 76 milliseconds