Searched refs:AddItem (Results 1 – 2 of 2) sorted by relevance
/art/dexlayout/ |
D | dex_ir.cc | 322 AddItem(string_datas_map_, string_datas_, string_data, disk_string_id.string_data_off_); in CreateStringId() 402 AddItem(type_lists_map_, type_lists_, type_list, offset); in CreateTypeList() 422 AddItem(encoded_array_items_map_, encoded_array_items_, encoded_array_item, offset); in CreateEncodedArrayItem() 452 AddItem(annotation_items_map_, annotation_items_, annotation_item, offset); in CreateAnnotationItem() 476 AddItem(annotation_set_items_map_, annotation_set_items_, annotation_set_item, offset); in CreateAnnotationSetItem() 543 AddItem(annotations_directory_items_map_, in CreateAnnotationsDirectoryItem() 563 AddItem(annotation_set_ref_lists_map_, annotation_set_ref_lists_, set_ref_list, offset); in GenerateParameterAnnotation() 594 AddItem(debug_info_items_map_, debug_info_items_, debug_info, debug_info_offset); in DedupeOrCreateCodeItem() 696 code_items_.AddItem(code_item); in DedupeOrCreateCodeItem() 768 AddItem(class_datas_map_, class_datas_, class_data, offset); in CreateClassData()
|
D | dex_ir.h | 155 void AddItem(T* object) { in AddItem() function 196 void AddItem(T* object, uint32_t offset) { in AddItem() function 377 void AddItem(CollectionMap<Type>& map, in AddItem() function 386 map.AddItem(item, offset); in AddItem() 387 vector.AddItem(item); in AddItem()
|