Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc913 uint32_t dest_index = 0; in ProcessAnnotationSet() local
924 result->SetWithoutChecks<false>(dest_index, annotation_obj); in ProcessAnnotationSet()
925 ++dest_index; in ProcessAnnotationSet()
931 if (dest_index == size) { in ProcessAnnotationSet()
936 mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_array_class.Get(), dest_index); in ProcessAnnotationSet()
941 for (uint32_t i = 0; i < dest_index; ++i) { in ProcessAnnotationSet()