Home
last modified time | relevance | path

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

/art/runtime/
Dwell_known_classes.h63 static jclass java_lang_annotation_Annotation__array; member
Dwell_known_classes.cc54 jclass WellKnownClasses::java_lang_annotation_Annotation__array; member in art::WellKnownClasses
317 java_lang_annotation_Annotation__array = CacheClass(env, "[Ljava/lang/annotation/Annotation;"); in Init()
463 java_lang_annotation_Annotation__array = nullptr; in Clear()
/art/runtime/native/
Djava_lang_reflect_Executable.cc48 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_annotation_Annotation__array); in Executable_getDeclaredAnnotationsNative()
131 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_annotation_Annotation__array); in Executable_getParameterAnnotationsNative()
Djava_lang_reflect_Field.cc478 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_annotation_Annotation__array); in Field_getDeclaredAnnotations()
Djava_lang_Class.cc644 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_annotation_Annotation__array); in Class_getDeclaredAnnotations()
/art/runtime/dex/
Ddex_file_annotations.cc922 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_annotation_Annotation__array))); in ProcessAnnotationSet()
980 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_annotation_Annotation__array); in ProcessAnnotationSetRefList()