Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc934 uint32_t dest_index = 0; in ProcessAnnotationSet() local
945 result->SetWithoutChecks<false>(dest_index, annotation_obj); in ProcessAnnotationSet()
946 ++dest_index; in ProcessAnnotationSet()
952 if (dest_index == size) { in ProcessAnnotationSet()
957 mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_array_class.Get(), dest_index); in ProcessAnnotationSet()
962 for (uint32_t i = 0; i < dest_index; ++i) { in ProcessAnnotationSet()