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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dexceptions.cpp173 Handle h_exception = new_exception(thread, name, message, h_cause, h_loader, h_protection_domain);
182 Handle h_exception = new_exception(thread, name, message, h_cause, h_loader, h_protection_domain);
191 Handle h_exception = new_exception(thread, name, h_cause, h_loader, h_protection_domain);
201 Handle exception = new_exception(thread, name, signature, args, h_loader, h_prot);
249 Handle Exceptions::new_exception(Thread *thread, Symbol* name, function in class:Exceptions
294 Handle Exceptions::new_exception(Thread *thread, Symbol* name, function in class:Exceptions
298 Handle h_exception = new_exception(thread, name, signature, args, h_loader, h_protection_domain);
325 Handle Exceptions::new_exception(Thread* thread, Symbol* name, function in class:Exceptions
337 return new_exception(thread, name, signature, &args, h_loader, h_protection_domain);
342 Handle Exceptions::new_exception(Threa function in class:Exceptions
393 Handle Exceptions::new_exception(Thread* thread, Symbol* name, function in class:Exceptions
[all...]

Completed in 38 milliseconds