Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc1107 uint32_t last_idx = 0; in CheckEncodedAnnotation() local
1115 if (UNLIKELY(last_idx >= idx && i != 0)) { in CheckEncodedAnnotation()
1117 last_idx, idx); in CheckEncodedAnnotation()
1125 last_idx = idx; in CheckEncodedAnnotation()
1973 uint32_t last_idx = 0; in CheckIntraAnnotationsDirectoryItem() local
1978 if (UNLIKELY(last_idx >= field_item->field_idx_ && i != 0)) { in CheckIntraAnnotationsDirectoryItem()
1980 last_idx, field_item->field_idx_); in CheckIntraAnnotationsDirectoryItem()
1983 last_idx = field_item->field_idx_; in CheckIntraAnnotationsDirectoryItem()
1998 last_idx = 0; in CheckIntraAnnotationsDirectoryItem()
2003 if (UNLIKELY(last_idx >= method_item->method_idx_ && i != 0)) { in CheckIntraAnnotationsDirectoryItem()
[all …]