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

/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp588 static void set_parameter_annotations(oop method, oop value);
646 static void set_parameter_annotations(oop method, oop value);
699 static void set_parameter_annotations(oop method, oop value);
H A DjavaClasses.cpp1917 void java_lang_reflect_Method::set_parameter_annotations(oop method, oop value) { function in class:java_lang_reflect_Method
2057 void java_lang_reflect_Constructor::set_parameter_annotations(oop method, oop value) { function in class:java_lang_reflect_Constructor
/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.cpp754 java_lang_reflect_Method::set_parameter_annotations(mh(), method->parameter_annotations());
797 java_lang_reflect_Constructor::set_parameter_annotations(ch(), method->parameter_annotations());

Completed in 39 milliseconds