Searched refs:AddMapItem (Results 1 – 1 of 1) sorted by relevance
/tools/dexter/slicer/ |
D | writer.cc | 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() [all …]
|