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

/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp582 static bool has_annotations_field();
640 static bool has_annotations_field();
693 static bool has_annotations_field();
H A DjavaClasses.cpp1891 bool java_lang_reflect_Method::has_annotations_field() { function in class:java_lang_reflect_Method
1897 assert(has_annotations_field(), "annotations field must be present");
1903 assert(has_annotations_field(), "annotations field must be present");
2031 bool java_lang_reflect_Constructor::has_annotations_field() { function in class:java_lang_reflect_Constructor
2037 assert(has_annotations_field(), "annotations field must be present");
2043 assert(has_annotations_field(), "annotations field must be present");
2153 bool java_lang_reflect_Field::has_annotations_field() { function in class:java_lang_reflect_Field
2159 assert(has_annotations_field(), "annotations field must be present");
2165 assert(has_annotations_field(), "annotations field must be present");
/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.cpp750 if (java_lang_reflect_Method::has_annotations_field()) {
793 if (java_lang_reflect_Constructor::has_annotations_field()) {
831 if (java_lang_reflect_Field::has_annotations_field()) {

Completed in 49 milliseconds