Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc391 Handle<mirror::ObjectArray<mirror::Object>> h_element_array(hs.NewHandle(element_array)); in ProcessEncodedAnnotation() local
397 h_element_array->SetWithoutChecks<false>(i, new_member); in ProcessEncodedAnnotation()
404 static_cast<uint32_t>(reinterpret_cast<uintptr_t>(h_element_array.Get())) }; in ProcessEncodedAnnotation()