Home
last modified time | relevance | path

Searched refs:MapList (Results 1 – 9 of 9) 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/dexlayout/
Ddex_ir_builder.cc111 const DexFile::MapList* map = dex_file.GetMapList(); in CheckAndSetRemainingOffsets()
Ddex_ir.h52 class MapList; variable
103 virtual void Dispatch(MapList* map_list) = 0;
1298 class MapList : public Item {
1303 DISALLOW_COPY_AND_ASSIGN(MapList);
Ddex_ir.cc775 const DexFile::MapList* map = dex_file.GetMapList(); in CreateCallSitesAndMethodHandles()
/art/libdexfile/dex/
Ddex_file.h144 struct MapList { struct
149 DISALLOW_COPY_AND_ASSIGN(MapList); argument
963 const DexFile::MapList* GetMapList() const { in GetMapList()
964 return reinterpret_cast<const DexFile::MapList*>(DataBegin() + header_->map_off_); in GetMapList()
Ddex_file_tracking_registrar.cc258 auto map_list = reinterpret_cast<const DexFile::MapList*>(dex_file_->Begin() + map_offset); in SetAllStringDataRegistration()
Ddex_file_verifier.cc444 const DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + in CheckMap()
447 if (!CheckListSize(map, 1, sizeof(DexFile::MapList), "maplist content")) { in CheckMap()
1871 …const DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + header_->map_off_… in CheckIntraSection()
2805 …const DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + header_->map_off_… in CheckInterSection()
Ddex_file.cc175 const MapList* map_list = reinterpret_cast<const MapList*>(DataBegin() + header_->map_off_); in InitializeSectionsFromMapList()