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

/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp586 static bool has_parameter_annotations_field();
644 static bool has_parameter_annotations_field();
697 static bool has_parameter_annotations_field();
H A DjavaClasses.cpp1907 bool java_lang_reflect_Method::has_parameter_annotations_field() { function in class:java_lang_reflect_Method
1913 assert(has_parameter_annotations_field(), "parameter annotations field must be present");
1919 assert(has_parameter_annotations_field(), "parameter annotations field must be present");
2047 bool java_lang_reflect_Constructor::has_parameter_annotations_field() { function in class:java_lang_reflect_Constructor
2053 assert(has_parameter_annotations_field(), "parameter annotations field must be present");
2059 assert(has_parameter_annotations_field(), "parameter annotations field must be present");
/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.cpp753 if (java_lang_reflect_Method::has_parameter_annotations_field()) {
796 if (java_lang_reflect_Constructor::has_parameter_annotations_field()) {

Completed in 50 milliseconds