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

/openjdk7/hotspot/src/share/vm/classfile/
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");

Completed in 47 milliseconds