Lines Matching refs:map
288 const DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + in CheckMap() local
291 if (!CheckListSize(map, 1, sizeof(DexFile::MapList), "maplist content")) { in CheckMap()
295 const DexFile::MapItem* item = map->list_; in CheckMap()
297 uint32_t count = map->size_; in CheckMap()
1320 …const DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + header_->map_off_… in CheckIntraSection() local
1321 const DexFile::MapItem* item = map->list_; in CheckIntraSection()
1323 uint32_t count = map->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()
2036 …const DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + header_->map_off_… in CheckInterSection() local
2037 const DexFile::MapItem* item = map->list_; in CheckInterSection()
2038 uint32_t count = map->size_; in CheckInterSection()