Searched refs:exception_types (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.cpp717 objArrayHandle exception_types = get_exception_types(method, CHECK_NULL); local
719 if (exception_types.is_null()) return NULL;
741 java_lang_reflect_Method::set_exception_types(mh(), exception_types());
774 objArrayHandle exception_types = get_exception_types(method, CHECK_NULL);
775 if (exception_types.is_null()) return NULL;
784 java_lang_reflect_Constructor::set_exception_types(ch(), exception_types());
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp569 static oop exception_types(oop method);
627 static oop exception_types(oop constructor);
H A DjavaClasses.cpp1855 oop java_lang_reflect_Method::exception_types(oop method) { function in class:java_lang_reflect_Method
1985 oop java_lang_reflect_Constructor::exception_types(oop constructor) { function in class:java_lang_reflect_Constructor

Completed in 60 milliseconds