Home
last modified time | relevance | path

Searched defs:map_list (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Ddex_file_tracking_registrar.cc232 auto map_list = reinterpret_cast<const dex::MapList*>(dex_file_->Begin() + map_offset); in SetAllStringDataRegistration() local
Ddex_file.cc177 const MapList* map_list = reinterpret_cast<const MapList*>(DataBegin() + header_->map_off_); in InitializeSectionsFromMapList() local
/art/dex2oat/
Ddex2oat_test.cc2232 dex::MapList* map_list = const_cast<dex::MapList*>(dex->GetMapList()); in TEST_F() local