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

/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp576 static void set_modifiers(oop method, int value);
634 static void set_modifiers(oop constructor, int value);
687 static void set_modifiers(oop field, int value);
H A DjavaClasses.cpp1870 void java_lang_reflect_Method::set_modifiers(oop method, int value) { function in class:java_lang_reflect_Method
2010 void java_lang_reflect_Constructor::set_modifiers(oop constructor, int value) { function in class:java_lang_reflect_Constructor
2132 void java_lang_reflect_Field::set_modifiers(oop field, int value) { function in class:java_lang_reflect_Field
/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.cpp742 java_lang_reflect_Method::set_modifiers(mh(), modifiers);
785 java_lang_reflect_Constructor::set_modifiers(ch(), modifiers);
823 java_lang_reflect_Field::set_modifiers(rh(), fd->access_flags().as_int() & JVM_RECOGNIZED_FIELD_MODIFIERS);

Completed in 50 milliseconds