Searched refs:MapItem (Results 1 – 4 of 4) sorted by relevance
161 struct MapItem { struct171 MapItem list[]; argument
375 static void AddMapItem(const T& section, std::vector<dex::MapItem>& items) { in AddMapItem()378 dex::MapItem map_item = {}; in AddMapItem()392 std::vector<dex::MapItem> map_items; in CreateMapSection()394 dex::MapItem headerItem = {}; in CreateMapSection()419 [](const dex::MapItem& a, const dex::MapItem& b) { in CreateMapSection()
974 sizeof(dex::u4) + sizeof(dex::MapItem) * map_list->size; in ValidateHeader()
132 const dex::MapItem& section = dexMap.list[i]; in PrintDexMap()