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

/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp570 static void set_exception_types(oop method, oop value);
628 static void set_exception_types(oop constructor, oop value);
H A DjavaClasses.cpp1860 void java_lang_reflect_Method::set_exception_types(oop method, oop value) { function in class:java_lang_reflect_Method
1990 void java_lang_reflect_Constructor::set_exception_types(oop constructor, oop value) { function in class:java_lang_reflect_Constructor
/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.cpp741 java_lang_reflect_Method::set_exception_types(mh(), exception_types());
784 java_lang_reflect_Constructor::set_exception_types(ch(), exception_types());

Completed in 54 milliseconds