Searched refs:MapList (Results 1 – 4 of 4) sorted by relevance
25 public class MapList implements RawDexObject { class32 public MapList(RawDexFile rawDexFile) { in MapList() method in MapList
30 public MapList mapList;70 mapList = new MapList(this); in read()
288 const DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + in CheckMap()291 if (!CheckListSize(map, 1, sizeof(DexFile::MapList), "maplist content")) { in CheckMap()1347 …const DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + header_->map_off_… in CheckIntraSection()2063 …const DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + header_->map_off_… in CheckInterSection()
139 struct MapList { struct144 DISALLOW_COPY_AND_ASSIGN(MapList); argument