Searched refs:map_list (Results 1 – 4 of 4) sorted by relevance
148 map_list(dex::kMapList) {} in DexImage()167 Section map_list; member
232 auto map_list = reader.DexMapList(); in PrintDexFileStats() local243 printf(" map_list_size : %u\n", map_list->size); in PrintDexFileStats()
319 header->map_off = dex_->map_list.SectionOffset(); in CreateImage()352 CopySection(dex_->map_list, image, image_size); in CreateImage()395 auto& section = dex_->map_list; in CreateMapSection()423 AddMapItem(dex_->map_list, map_items); in CreateMapSection()
984 auto map_list = ptr<dex::MapList>(header_->map_off); in ValidateHeader() local985 SLICER_CHECK_GT(map_list->size, 0); in ValidateHeader()987 sizeof(dex::u4) + sizeof(dex::MapItem) * map_list->size; in ValidateHeader()