Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc1111 uint32_t last_idx = 0; in CheckEncodedAnnotation() local
1119 if (UNLIKELY(last_idx >= idx && i != 0)) { in CheckEncodedAnnotation()
1121 last_idx, idx); in CheckEncodedAnnotation()
1129 last_idx = idx; in CheckEncodedAnnotation()
1977 uint32_t last_idx = 0; in CheckIntraAnnotationsDirectoryItem() local
1982 if (UNLIKELY(last_idx >= field_item->field_idx_ && i != 0)) { in CheckIntraAnnotationsDirectoryItem()
1984 last_idx, field_item->field_idx_); in CheckIntraAnnotationsDirectoryItem()
1987 last_idx = field_item->field_idx_; in CheckIntraAnnotationsDirectoryItem()
2002 last_idx = 0; in CheckIntraAnnotationsDirectoryItem()
2007 if (UNLIKELY(last_idx >= method_item->method_idx_ && i != 0)) { in CheckIntraAnnotationsDirectoryItem()
[all …]