Searched defs:h_exception (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A Dexceptions.cpp70 bool Exceptions::special_exception(Thread* thread, const char* file, int line, Handle h_exception) { argument
130 void Exceptions::_throw(Thread* thread, const char* file, int line, Handle h_exception, const char* message) { argument
172 Handle h_exception = new_exception(thread, name, message, h_cause, h_loader, h_protection_domain); local
259 Handle h_exception; local
299 Handle h_exception = new_exception(thread, name, signature, args, h_loader, h_protection_domain); local
[all...]
/openjdk10/hotspot/src/share/vm/prims/
H A Djvm.cpp3507 Handle h_exception = variable
3512 THROW_HANDLE_0(h_exception); variable
/openjdk10/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp593 void SharedRuntime::throw_and_post_jvmti_exception(JavaThread *thread, Handle h_exception) { argument
604 Handle h_exception = Exceptions::new_exception(thread, name, message); local

Completed in 99 milliseconds