Home
last modified time | relevance | path

Searched refs:FieldAnnotationsItem (Results 1 – 6 of 6) sorted by relevance

/art/libdexfile/dex/
Ddex_file_structs.h219 struct FieldAnnotationsItem { struct
224 DISALLOW_COPY_AND_ASSIGN(FieldAnnotationsItem); argument
Ddex_file.h563 const dex::FieldAnnotationsItem* GetFieldAnnotations( in GetFieldAnnotations()
567 : reinterpret_cast<const dex::FieldAnnotationsItem*>(&anno_dir[1]); in GetFieldAnnotations()
577 addr += anno_dir->fields_size_ * sizeof(dex::FieldAnnotationsItem); in GetMethodAnnotations()
588 addr += anno_dir->fields_size_ * sizeof(dex::FieldAnnotationsItem); in GetParameterAnnotations()
594 const dex::FieldAnnotationsItem& anno_item) const { in GetFieldAnnotationSetItem()
Ddex_file_verifier.cc1967 const dex::FieldAnnotationsItem* field_item = in CheckIntraAnnotationsDirectoryItem()
1968 reinterpret_cast<const dex::FieldAnnotationsItem*>(item + 1); in CheckIntraAnnotationsDirectoryItem()
1972 sizeof(dex::FieldAnnotationsItem), in CheckIntraAnnotationsDirectoryItem()
2462 dex::FieldAnnotationsItem* field_items = (dex::FieldAnnotationsItem*) (item + 1); in FindFirstAnnotationsDirectoryDefiner()
3054 const dex::FieldAnnotationsItem* field_item = in CheckInterAnnotationsDirectoryItem()
3055 reinterpret_cast<const dex::FieldAnnotationsItem*>(item + 1); in CheckInterAnnotationsDirectoryItem()
/art/runtime/dex/
Ddex_file_annotations.cc54 using dex::FieldAnnotationsItem;
159 const FieldAnnotationsItem* field_annotations = dex_file.GetFieldAnnotations(annotations_dir); in FindAnnotationSetForField()
/art/dexlayout/
Ddex_ir_builder.cc734 const dex::FieldAnnotationsItem* fields = in CreateAnnotationsDirectoryItem()
/art/dexdump/
Ddexdump.cc660 const dex::FieldAnnotationsItem* fields = pDexFile->GetFieldAnnotations(dir); in dumpClassAnnotations()