Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.cc458 AnnotationSetItem* Collections::CreateAnnotationSetItem(const DexFile& dex_file, in CreateAnnotationSetItem() function in art::dex_ir::Collections
493 class_annotation = CreateAnnotationSetItem(dex_file, class_set_item, item_offset); in CreateAnnotationsDirectoryItem()
506 CreateAnnotationSetItem(dex_file, field_set_item, annotation_set_offset); in CreateAnnotationsDirectoryItem()
522 CreateAnnotationSetItem(dex_file, method_set_item, annotation_set_offset); in CreateAnnotationsDirectoryItem()
560 annotations->push_back(CreateAnnotationSetItem(dex_file, annotation_set_item, set_offset)); in GenerateParameterAnnotation()
Ddex_ir.h255 AnnotationSetItem* CreateAnnotationSetItem(const DexFile& dex_file,