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

/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp590 static bool has_annotation_default_field();
701 static bool has_annotation_default_field();
H A DjavaClasses.cpp1923 bool java_lang_reflect_Method::has_annotation_default_field() { function in class:java_lang_reflect_Method
1929 assert(has_annotation_default_field(), "annotation default field must be present");
1935 assert(has_annotation_default_field(), "annotation default field must be present");
/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.cpp756 if (java_lang_reflect_Method::has_annotation_default_field()) {

Completed in 85 milliseconds