Home
last modified time | relevance | path

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

/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() function in art::hiddenapi::DexFileEditor
796 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()
/art/dexlayout/
Ddex_ir_builder.cc335 const dex::MapList* map = dex_file.GetMapList(); in CheckAndSetRemainingOffsets()
555 const dex::MapList* map = dex_file.GetMapList(); in CreateCallSitesAndMethodHandles()
/art/libdexfile/dex/
Ddex_file.h730 const dex::MapList* GetMapList() const { in GetMapList() function
/art/dex2oat/
Ddex2oat_test.cc2232 dex::MapList* map_list = const_cast<dex::MapList*>(dex->GetMapList()); in TEST_F()