Searched defs:last_idx (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file_verifier.cc737 uint32_t last_idx = 0; local
745 if (UNLIKELY(last_idx >= idx && i != 0)) {
747 last_idx, idx);
755 last_idx = idx;
1273 uint32_t last_idx = 0; local
1275 if (UNLIKELY(last_idx >= field_item->field_idx_ && i != 0)) {
1276 ErrorStringPrintf("Out-of-order field_idx for annotation: %x then %x", last_idx, field_item->field_idx_);
1279 last_idx = field_item->field_idx_;
1291 last_idx = 0;
1293 if (UNLIKELY(last_idx >
2109 uint32_t last_idx = 0; local
[all...]

Completed in 77 milliseconds