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

/art/runtime/
H A Ddex_file_verifier.cc346 uint32_t last_offset = 0; local
358 if (UNLIKELY(last_offset >= item->offset_ && i != 0)) {
359 ErrorStringPrintf("Out of order map item: %x then %x", last_offset, item->offset_);
391 last_offset = item->offset_;

Completed in 31 milliseconds