Searched refs:_throw_cause (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A Dexceptions.hpp130 static void _throw_cause(Thread* thread, const char* file, int line, Symbol* name, Handle h_cause);
131 static void _throw_cause(Thread* thread, const char* file, int line, Symbol* name, Handle h_cause,
249 { Exceptions::_throw_cause(THREAD_AND_LOCATION, name, cause); return; }
H A Dexceptions.cpp185 void Exceptions::_throw_cause(Thread* thread, const char* file, int line, Symbol* name, Handle h_cause, function in class:Exceptions
213 void Exceptions::_throw_cause(Thread* thread, const char* file, int line, Symbol* name, Handle h_cause) { function in class:Exceptions
214 _throw_cause(thread, file, line, name, h_cause, Handle(thread, NULL), Handle(thread, NULL));

Completed in 47 milliseconds