Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.h826 const AnnotationSetItem* GetFieldAnnotationSetItem(const FieldAnnotationsItem& anno_item) const { in GetFieldAnnotationSetItem() function
/art/dexlayout/
Ddex_ir.cc503 dex_file.GetFieldAnnotationSetItem(fields[i]); in CreateAnnotationsDirectoryItem()
/art/dexdump/
Ddexdump.cc687 dumpAnnotationSetItem(pDexFile, pDexFile->GetFieldAnnotationSetItem(fields[i])); in dumpClassAnnotations()
/art/runtime/dex/
Ddex_file_annotations.cc157 return dex_file->GetFieldAnnotationSetItem(field_annotations[i]); in FindAnnotationSetForField()