Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc190 const AnnotationItem* annotation_item = dex_file.GetAnnotationItem(annotation_set, i); in SearchAnnotationSet()
768 const AnnotationItem* annotation_item = dex_file.GetAnnotationItem(annotation_set, i); in GetAnnotationItemFromAnnotationSet()
915 const AnnotationItem* annotation_item = dex_file.GetAnnotationItem(annotation_set, i); in ProcessAnnotationSet()
1256 const AnnotationItem* annotation_item = dex_file.GetAnnotationItem(&annotation_set, i); in IsMethodBuildAnnotationPresent()
/art/libdexfile/dex/
Ddex_file.h625 const dex::AnnotationItem* GetAnnotationItem(const dex::AnnotationSetItem* set_item, in GetAnnotationItem() function
/art/dexlayout/
Ddex_ir_builder.cc704 dex_file.GetAnnotationItem(disk_annotations_item, i); in CreateAnnotationSetItem()
/art/dexdump/
Ddexdump.cc668 const dex::AnnotationItem* annotation = pDexFile->GetAnnotationItem(set_item, i); in dumpAnnotationSetItem()