Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir_builder.cc104 DCHECK(!GetExistingObject(offset)); in CreateAndAddItem()
114 T* GetExistingObject(uint32_t offset) { in GetExistingObject() function in art::dex_ir::CollectionMap
582 TypeList* type_list = type_lists_map_.GetExistingObject(offset); in CreateTypeList()
604 EncodedArrayItem* encoded_array_item = encoded_array_items_map_.GetExistingObject(offset); in CreateEncodedArrayItem()
675 AnnotationItem* annotation_item = annotation_items_map_.GetExistingObject(offset); in CreateAnnotationItem()
698 AnnotationSetItem* annotation_set_item = annotation_set_items_map_.GetExistingObject(offset); in CreateAnnotationSetItem()
722 annotations_directory_items_map_.GetExistingObject(offset); in CreateAnnotationsDirectoryItem()
808 debug_info = debug_info_items_map_.GetExistingObject(debug_info_offset); in DedupeOrCreateCodeItem()
948 ClassData* class_data = class_datas_map_.GetExistingObject(offset); in CreateClassData()
1243 AnnotationSetRefList* set_ref_list = annotation_set_ref_lists_map_.GetExistingObject(offset); in GenerateParameterAnnotation()