Searched defs:h_protection_domain (Results 1 - 2 of 2) 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);
251 Handle h_loader, Handle h_protection_domain) {
260 klassOop ik = SystemDictionary::resolve_or_fail(name, h_loader, h_protection_domain, true, thread);
297 Handle h_loader, Handle h_protection_domain) {
298 Handle h_exception = new_exception(thread, name, signature, args, h_loader, h_protection_domain);
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...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp526 Handle h_protection_domain,
532 _h_protection_domain = h_protection_domain;
658 Handle h_protection_domain,
664 h_protection_domain,
525 JvmtiClassFileLoadHookPoster(Symbol* h_name, Handle class_loader, Handle h_protection_domain, unsigned char **data_ptr, unsigned char **end_ptr, unsigned char **cached_data_ptr, jint *cached_length_ptr) argument
656 post_class_file_load_hook(Symbol* h_name, Handle class_loader, Handle h_protection_domain, unsigned char **data_ptr, unsigned char **end_ptr, unsigned char **cached_data_ptr, jint *cached_length_ptr) argument

Completed in 39 milliseconds