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.h59 static jclass java_lang_annotation_Annotation__array; member
Dwell_known_classes.cc49 jclass WellKnownClasses::java_lang_annotation_Annotation__array; member in art::WellKnownClasses
307 java_lang_annotation_Annotation__array = CacheClass(env, "[Ljava/lang/annotation/Annotation;"); in Init()
458 java_lang_annotation_Annotation__array = nullptr; in Clear()
/art/runtime/native/
Djava_lang_reflect_Executable.cc45 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_annotation_Annotation__array); in Executable_getDeclaredAnnotationsNative()
128 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_annotation_Annotation__array); in Executable_getParameterAnnotationsNative()
Djava_lang_reflect_Field.cc476 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_annotation_Annotation__array); in Field_getDeclaredAnnotations()
Djava_lang_Class.cc650 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_annotation_Annotation__array); in Class_getDeclaredAnnotations()
/art/runtime/dex/
Ddex_file_annotations.cc912 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_annotation_Annotation__array))); in ProcessAnnotationSet()
970 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_annotation_Annotation__array); in ProcessAnnotationSetRefList()