Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc288 const DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + in CheckMap()
291 if (!CheckListSize(map, 1, sizeof(DexFile::MapList), "maplist content")) { in CheckMap()
1320 …const DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + header_->map_off_… in CheckIntraSection()
2036 …const DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + header_->map_off_… in CheckInterSection()
Ddex_file.h138 struct MapList { struct
143 DISALLOW_COPY_AND_ASSIGN(MapList); argument