Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc941 uint32_t dest_index = 0; in ProcessAnnotationSet() local
952 result->SetWithoutChecks<false>(dest_index, annotation_obj); in ProcessAnnotationSet()
953 ++dest_index; in ProcessAnnotationSet()
959 if (dest_index == size) { in ProcessAnnotationSet()
964 mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_array_class.Get(), dest_index); in ProcessAnnotationSet()
969 for (uint32_t i = 0; i < dest_index; ++i) { in ProcessAnnotationSet()