Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/dex/
H A Ddex_file_annotations.cc1000 Handle<mirror::ObjectArray<mirror::Object>> annotation_array_array(hs.NewHandle( in ProcessAnnotationSetRefList() local
1002 if (annotation_array_array == nullptr) { in ProcessAnnotationSetRefList()
1015 annotation_array_array->SetWithoutChecks<false>(index, annotation_set); in ProcessAnnotationSetRefList()
1017 return annotation_array_array.Get(); in ProcessAnnotationSetRefList()