Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dwell_known_classes.h69 static jclass java_lang_annotation_Annotation__array; member
H A Dwell_known_classes.cc56 jclass WellKnownClasses::java_lang_annotation_Annotation__array; member in art::WellKnownClasses
348 java_lang_annotation_Annotation__array = CacheClass(env, "[Ljava/lang/annotation/Annotation;"); in Init()
526 java_lang_annotation_Annotation__array = nullptr; in Clear()
/aosp12/art/runtime/native/
H A 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()
H A Djava_lang_reflect_Field.cc494 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_annotation_Annotation__array); in Field_getDeclaredAnnotations()
H A Djava_lang_Class.cc709 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_annotation_Annotation__array); in Class_getDeclaredAnnotations()
/aosp12/art/runtime/dex/
H A Ddex_file_annotations.cc901 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_annotation_Annotation__array))); in ProcessAnnotationSet()
959 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_annotation_Annotation__array); in ProcessAnnotationSetRefList()