Home
last modified time | relevance | path

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

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