Lines Matching refs:size_
193 const byte* file_end = file_start + size_; in CheckListSize()
236 if (size_ <= offset) { in CheckValidOffsetAndSize()
237 ErrorStringPrintf("Offset(%d) should be within file size(%zu) for %s.", offset, size_, label); in CheckValidOffsetAndSize()
246 if (size_ != expected_size) { in CheckHeader()
247 ErrorStringPrintf("Bad file size (%zd, expected %ud)", size_, expected_size); in CheckHeader()
297 uint32_t count = map->size_; in CheckMap()
321 uint32_t icount = item->size_; in CheckMap()
815 const byte* file_end = begin_ + size_; in CheckIntraStringDataItem()
1237 if (UNLIKELY(aligned_offset > size_)) { in CheckIntraSectionIterate()
1323 uint32_t count = map->size_; in CheckIntraSection()
1330 uint32_t section_count = item->size_; in CheckIntraSection()
1376 ptr_ += sizeof(uint32_t) + (map->size_ * sizeof(DexFile::MapItem)); in CheckIntraSection()
1377 offset = section_offset + sizeof(uint32_t) + (map->size_ * sizeof(DexFile::MapItem)); in CheckIntraSection()
1797 uint32_t count = list->size_; in CheckInterAnnotationSetRefList()
1814 uint32_t count = set->size_; in CheckInterAnnotationSetItem()
2038 uint32_t count = map->size_; in CheckInterSection()
2043 uint32_t section_count = item->size_; in CheckInterSection()