Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DMapList.java25 public class MapList implements RawDexObject { class
32 public MapList(RawDexFile rawDexFile) { in MapList() method in MapList
DRawDexFile.java30 public MapList mapList;
70 mapList = new MapList(this); in read()
/art/runtime/
Ddex_file_verifier.cc288 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()
Ddex_file.h139 struct MapList { struct
144 DISALLOW_COPY_AND_ASSIGN(MapList); argument