Home
last modified time | relevance | path

Searched refs:GetExistingObject (Results 1 – 1 of 1) sorted by relevance

/art/dexlayout/
Ddex_ir_builder.cc105 DCHECK(!GetExistingObject(offset)); in CreateAndAddItem()
115 T* GetExistingObject(uint32_t offset) { in GetExistingObject() function in art::dex_ir::CollectionMap
583 TypeList* type_list = type_lists_map_.GetExistingObject(offset); in CreateTypeList()
605 EncodedArrayItem* encoded_array_item = encoded_array_items_map_.GetExistingObject(offset); in CreateEncodedArrayItem()
676 AnnotationItem* annotation_item = annotation_items_map_.GetExistingObject(offset); in CreateAnnotationItem()
699 AnnotationSetItem* annotation_set_item = annotation_set_items_map_.GetExistingObject(offset); in CreateAnnotationSetItem()
723 annotations_directory_items_map_.GetExistingObject(offset); in CreateAnnotationsDirectoryItem()
809 debug_info = debug_info_items_map_.GetExistingObject(debug_info_offset); in DedupeOrCreateCodeItem()
949 ClassData* class_data = class_datas_map_.GetExistingObject(offset); in CreateClassData()
1244 AnnotationSetRefList* set_ref_list = annotation_set_ref_lists_map_.GetExistingObject(offset); in GenerateParameterAnnotation()