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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dexceptions.cpp168 Handle h_loader, Handle h_protection_domain) {
173 Handle h_exception = new_exception(thread, name, message, h_cause, h_loader, h_protection_domain);
178 Handle h_loader, Handle h_protection_domain) {
182 Handle h_exception = new_exception(thread, name, message, h_cause, h_loader, h_protection_domain);
187 Handle h_loader, Handle h_protection_domain) {
191 Handle h_exception = new_exception(thread, name, h_cause, h_loader, h_protection_domain);
199 Handle h_loader(thread, NULL);
201 Handle exception = new_exception(thread, name, signature, args, h_loader, h_prot);
251 Handle h_loader, Handle h_protection_domain) {
260 klassOop ik = SystemDictionary::resolve_or_fail(name, h_loader, h_protection_domai
167 _throw_msg(Thread* thread, const char* file, int line, Symbol* name, const char* message, Handle h_loader, Handle h_protection_domain) argument
177 _throw_msg_cause(Thread* thread, const char* file, int line, Symbol* name, const char* message, Handle h_cause, Handle h_loader, Handle h_protection_domain) argument
186 _throw_cause(Thread* thread, const char* file, int line, Symbol* name, Handle h_cause, Handle h_loader, Handle h_protection_domain) argument
249 new_exception(Thread *thread, Symbol* name, Symbol* signature, JavaCallArguments *args, Handle h_loader, Handle h_protection_domain) argument
294 new_exception(Thread *thread, Symbol* name, Symbol* signature, JavaCallArguments *args, Handle h_cause, Handle h_loader, Handle h_protection_domain) argument
325 new_exception(Thread* thread, Symbol* name, Handle h_cause, Handle h_loader, Handle h_protection_domain, ExceptionMsgToUtf8Mode to_utf8_safe) argument
342 new_exception(Thread* thread, Symbol* name, const char* message, Handle h_cause, Handle h_loader, Handle h_protection_domain, ExceptionMsgToUtf8Mode to_utf8_safe) argument
[all...]

Completed in 31 milliseconds