Home
last modified time | relevance | path

Searched refs:java_lang_annotation_Annotation__array (Results 1 – 6 of 6) sorted by relevance

/art/runtime/native/
Djava_lang_reflect_AbstractMethod.cc36 soa.Decode<mirror::Class*>(WellKnownClasses::java_lang_annotation_Annotation__array); in AbstractMethod_getDeclaredAnnotations()
Djava_lang_reflect_Field.cc435 soa.Decode<mirror::Class*>(WellKnownClasses::java_lang_annotation_Annotation__array); in Field_getDeclaredAnnotations()
Djava_lang_Class.cc438 soa.Decode<mirror::Class*>(WellKnownClasses::java_lang_annotation_Annotation__array); in Class_getDeclaredAnnotations()
/art/runtime/
Dwell_known_classes.h49 static jclass java_lang_annotation_Annotation__array; member
Dwell_known_classes.cc38 jclass WellKnownClasses::java_lang_annotation_Annotation__array; member in art::WellKnownClasses
226 java_lang_annotation_Annotation__array = CacheClass(env, "[Ljava/lang/annotation/Annotation;"); in Init()
Ddex_file.cc1758 soa.Decode<mirror::Class*>(WellKnownClasses::java_lang_annotation_Annotation__array))); in ProcessAnnotationSet()
1812 soa.Decode<mirror::Class*>(WellKnownClasses::java_lang_annotation_Annotation__array); in ProcessAnnotationSetRefList()