Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc381 ObjPtr<mirror::ObjectArray<mirror::Object>> element_array = nullptr; in ProcessEncodedAnnotation() local
383 element_array = in ProcessEncodedAnnotation()
385 if (element_array == nullptr) { in ProcessEncodedAnnotation()
391 Handle<mirror::ObjectArray<mirror::Object>> h_element_array(hs.NewHandle(element_array)); in ProcessEncodedAnnotation()