Searched refs:GetMapList (Results 1 – 4 of 4) sorted by relevance
669 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() function in art::hiddenapi::DexFileEditor796 size_t map_size = GetMapList().Size(); in RemoveOldMapList()797 uint8_t* map_start = reinterpret_cast<uint8_t*>(&GetMapList()); in RemoveOldMapList()808 dex::MapList* map = Append(old_dex_.GetMapList(), old_dex_.GetMapList()->Size()); in CreateMapListWithNewItem()
335 const dex::MapList* map = dex_file.GetMapList(); in CheckAndSetRemainingOffsets()555 const dex::MapList* map = dex_file.GetMapList(); in CreateCallSitesAndMethodHandles()
730 const dex::MapList* GetMapList() const { in GetMapList() function
2243 dex::MapList* map_list = const_cast<dex::MapList*>(dex->GetMapList()); in TEST_F()