Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.h593 const dex::AnnotationSetItem* GetFieldAnnotationSetItem( in GetFieldAnnotationSetItem() function
/art/dexlayout/
Ddex_ir_builder.cc742 dex_file.GetFieldAnnotationSetItem(fields[i]); in CreateAnnotationsDirectoryItem()
/art/dexdump/
Ddexdump.cc716 dumpAnnotationSetItem(pDexFile, pDexFile->GetFieldAnnotationSetItem(fields[i])); in dumpClassAnnotations()
/art/runtime/dex/
Ddex_file_annotations.cc166 return dex_file.GetFieldAnnotationSetItem(field_annotations[i]); in FindAnnotationSetForField()