Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc298 uint32_t last_offset = 0; in CheckMap() local
310 if (UNLIKELY(last_offset >= item->offset_ && i != 0)) { in CheckMap()
311 ErrorStringPrintf("Out of order map item: %x then %x", last_offset, item->offset_); in CheckMap()
343 last_offset = item->offset_; in CheckMap()