Searched refs:map_list (Results 1 – 4 of 4) sorted by relevance
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()
971 auto map_list = ptr<dex::MapList>(header_->map_off); in ValidateHeader() local972 SLICER_CHECK(map_list->size > 0); in ValidateHeader()974 sizeof(dex::u4) + sizeof(dex::MapItem) * map_list->size; in ValidateHeader()
148 map_list(dex::kMapList) {} in DexImage()167 Section map_list; member
230 auto map_list = reader.DexMapList(); in PrintDexFileStats() local241 printf(" map_list_size : %u\n", map_list->size); in PrintDexFileStats()