Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc189 const AnnotationItem* annotation_item = dex_file.GetAnnotationItem(annotation_set, i); in SearchAnnotationSet()
765 const AnnotationItem* annotation_item = dex_file.GetAnnotationItem(annotation_set, i); in GetAnnotationItemFromAnnotationSet()
943 const AnnotationItem* annotation_item = dex_file.GetAnnotationItem(annotation_set, i); in ProcessAnnotationSet()
1283 const AnnotationItem* annotation_item = dex_file.GetAnnotationItem(&annotation_set, i); in IsMethodBuildAnnotationPresent()
1993 const AnnotationItem* annotation_item = dex_file.GetAnnotationItem(annotation_set, i); in VisitClassAnnotations()
/art/libdexfile/dex/
Ddex_file.h740 const dex::AnnotationItem* GetAnnotationItem(const dex::AnnotationSetItem* set_item, in GetAnnotationItem() function
/art/dexdump/
Ddexdump.cc729 const dex::AnnotationItem* annotation = pDexFile->GetAnnotationItem(set_item, i); in dumpAnnotationSetItem()