Searched refs:map_items (Results 1 – 1 of 1) sorted by relevance
399 std::vector<dex::MapItem> map_items; in CreateMapSection() local405 map_items.push_back(headerItem); in CreateMapSection()407 AddMapItem(dex_->string_ids, map_items); in CreateMapSection()408 AddMapItem(dex_->type_ids, map_items); in CreateMapSection()409 AddMapItem(dex_->proto_ids, map_items); in CreateMapSection()410 AddMapItem(dex_->field_ids, map_items); in CreateMapSection()411 AddMapItem(dex_->method_ids, map_items); in CreateMapSection()412 AddMapItem(dex_->class_defs, map_items); in CreateMapSection()413 AddMapItem(dex_->string_data, map_items); in CreateMapSection()414 AddMapItem(dex_->type_lists, map_items); in CreateMapSection()[all …]