Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc295 const DexFile::MapItem* item = map->list_; in CheckMap()
304 if (!CheckListSize(item, count, sizeof(DexFile::MapItem), "map size")) { in CheckMap()
1321 const DexFile::MapItem* item = map->list_; 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()
2037 const DexFile::MapItem* item = map->list_; in CheckInterSection()
Ddex_file.h128 struct MapItem { struct
135 DISALLOW_COPY_AND_ASSIGN(MapItem); argument
140 MapItem list_[1];