Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/dex/
H A Ddex_file_annotations.cc394 Handle<mirror::ObjectArray<mirror::Object>> h_element_array(hs.NewHandle(element_array)); in ProcessEncodedAnnotation() local
400 h_element_array->SetWithoutChecks<false>(i, new_member); in ProcessEncodedAnnotation()
406 self, annotation_class.Get(), h_element_array.Get()); in ProcessEncodedAnnotation()