Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir_builder.cc162 AnnotationSetItem* CreateAnnotationSetItem(const DexFile& dex_file,
694 AnnotationSetItem* BuilderMaps::CreateAnnotationSetItem(const DexFile& dex_file, in CreateAnnotationSetItem() function in art::dex_ir::BuilderMaps
732 class_annotation = CreateAnnotationSetItem(dex_file, class_set_item, item_offset); in CreateAnnotationsDirectoryItem()
745 CreateAnnotationSetItem(dex_file, field_set_item, annotation_set_offset); in CreateAnnotationsDirectoryItem()
761 CreateAnnotationSetItem(dex_file, method_set_item, annotation_set_offset); in CreateAnnotationsDirectoryItem()
1251 annotations->push_back(CreateAnnotationSetItem(dex_file, annotation_set_item, set_offset)); in GenerateParameterAnnotation()