Searched refs:CreateAnnotationSetItem (Results 1 – 2 of 2) sorted by relevance
/art/dexlayout/ |
D | dex_ir.cc | 458 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()
|
D | dex_ir.h | 255 AnnotationSetItem* CreateAnnotationSetItem(const DexFile& dex_file,
|