Lines Matching refs:AddMapItem
382 static void AddMapItem(const T& section, std::vector<dex::MapItem>& items) { in AddMapItem() function
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()
415 AddMapItem(dex_->debug_info, map_items); in CreateMapSection()
416 AddMapItem(dex_->encoded_arrays, map_items); in CreateMapSection()
417 AddMapItem(dex_->code, map_items); in CreateMapSection()
418 AddMapItem(dex_->class_data, map_items); in CreateMapSection()
419 AddMapItem(dex_->ann_directories, map_items); in CreateMapSection()
420 AddMapItem(dex_->ann_set_ref_lists, map_items); in CreateMapSection()
421 AddMapItem(dex_->ann_sets, map_items); in CreateMapSection()
422 AddMapItem(dex_->ann_items, map_items); in CreateMapSection()
423 AddMapItem(dex_->map_list, map_items); in CreateMapSection()