Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.h956 const AnnotationSetItem* GetFieldAnnotationSetItem(const FieldAnnotationsItem& anno_item) const { in GetFieldAnnotationSetItem() function
Ddex_file_annotations.cc150 return dex_file->GetFieldAnnotationSetItem(field_annotations[i]); in FindAnnotationSetForField()
/art/dexlayout/
Ddex_ir.cc495 dex_file.GetFieldAnnotationSetItem(fields[i]); in CreateAnnotationsDirectoryItem()
/art/dexdump/
Ddexdump.cc683 dumpAnnotationSetItem(pDexFile, pDexFile->GetFieldAnnotationSetItem(fields[i])); in dumpClassAnnotations()