Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_structs.h41 struct MapList { struct
48 DISALLOW_COPY_AND_ASSIGN(MapList); argument
Ddex_file.cc48 using dex::MapList;
176 const MapList* map_list = reinterpret_cast<const MapList*>(DataBegin() + header_->map_off_); in InitializeSectionsFromMapList()
Ddex_file_tracking_registrar.cc232 auto map_list = reinterpret_cast<const dex::MapList*>(dex_file_->Begin() + map_offset); in SetAllStringDataRegistration()
Ddex_file_verifier.cc388 const dex::MapList* map = reinterpret_cast<const dex::MapList*>(begin_ + header_->map_off_); in CheckMap()
390 if (!CheckListSize(map, 1, sizeof(dex::MapList), "maplist content")) { in CheckMap()
1994 const dex::MapList* map = reinterpret_cast<const dex::MapList*>(begin_ + header_->map_off_); in CheckIntraSection()
2952 const dex::MapList* map = reinterpret_cast<const dex::MapList*>(begin_ + header_->map_off_); in CheckInterSection()
Ddex_file.h727 const dex::MapList* GetMapList() const { in GetMapList()
728 return reinterpret_cast<const dex::MapList*>(DataBegin() + header_->map_off_); in GetMapList()
/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/tools/hiddenapi/
Dhiddenapi.cc669 const dex::MapList* old_map = old_dex_.GetMapList(); in Encode()
746 loaded_dex_maplist_ = const_cast<dex::MapList*>(loaded_dex_->GetMapList()); in ReloadDex()
754 dex::MapList& GetMapList() const { in GetMapList()
808 dex::MapList* map = Append(old_dex_.GetMapList(), old_dex_.GetMapList()->Size()); in CreateMapListWithNewItem()
857 dex::MapList* loaded_dex_maplist_;
/art/dexlayout/
Ddex_ir.h54 class MapList; variable
106 virtual void Dispatch(MapList* map_list) = 0;
1321 class MapList : public Item {
1326 DISALLOW_COPY_AND_ASSIGN(MapList);
Ddex_ir_builder.cc334 const dex::MapList* map = dex_file.GetMapList(); in CheckAndSetRemainingOffsets()
554 const dex::MapList* map = dex_file.GetMapList(); in CreateCallSitesAndMethodHandles()