Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc359 mirror::Class* annotation_member_array_class = in ProcessEncodedAnnotation() local
361 if (annotation_member_array_class == nullptr) { in ProcessEncodedAnnotation()
367 mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_member_array_class, size); in ProcessEncodedAnnotation()