Searched refs:MapList (Results 1 – 9 of 9) 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()
111 const DexFile::MapList* map = dex_file.GetMapList(); in CheckAndSetRemainingOffsets()
52 class MapList; variable103 virtual void Dispatch(MapList* map_list) = 0;1298 class MapList : public Item {1303 DISALLOW_COPY_AND_ASSIGN(MapList);
775 const DexFile::MapList* map = dex_file.GetMapList(); in CreateCallSitesAndMethodHandles()
144 struct MapList { struct149 DISALLOW_COPY_AND_ASSIGN(MapList); argument963 const DexFile::MapList* GetMapList() const { in GetMapList()964 return reinterpret_cast<const DexFile::MapList*>(DataBegin() + header_->map_off_); in GetMapList()
258 auto map_list = reinterpret_cast<const DexFile::MapList*>(dex_file_->Begin() + map_offset); in SetAllStringDataRegistration()
444 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()
175 const MapList* map_list = reinterpret_cast<const MapList*>(DataBegin() + header_->map_off_); in InitializeSectionsFromMapList()