Searched refs:set_annotations (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.hpp644 void set_fields_annotations(objArrayOop md) { set_annotations(md, &_fields_annotations); }
645 void set_methods_annotations(objArrayOop md) { set_annotations(md, &_methods_annotations); }
646 void set_methods_parameter_annotations(objArrayOop md) { set_annotations(md, &_methods_parameter_annotations); }
647 void set_methods_default_annotations(objArrayOop md) { set_annotations(md, &_methods_default_annotations); }
922 void set_annotations(objArrayOop md, objArrayOop* md_p) { oop_store_without_check((oop*)md_p, (oop)md); } function in class:instanceKlass
H A DinstanceKlass.cpp2852 set_annotations(md, md_p);
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp584 static void set_annotations(oop method, oop value);
642 static void set_annotations(oop constructor, oop value);
695 static void set_annotations(oop constructor, oop value);
H A DjavaClasses.cpp1901 void java_lang_reflect_Method::set_annotations(oop method, oop value) { function in class:java_lang_reflect_Method
2041 void java_lang_reflect_Constructor::set_annotations(oop constructor, oop value) { function in class:java_lang_reflect_Constructor
2163 void java_lang_reflect_Field::set_annotations(oop field, oop value) { function in class:java_lang_reflect_Field
/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.cpp751 java_lang_reflect_Method::set_annotations(mh(), method->annotations());
794 java_lang_reflect_Constructor::set_annotations(ch(), method->annotations());
832 java_lang_reflect_Field::set_annotations(rh(), fd->annotations());

Completed in 68 milliseconds