Searched refs:FieldAnnotationsItem (Results 1 – 5 of 5) sorted by relevance
368 struct FieldAnnotationsItem { struct373 DISALLOW_COPY_AND_ASSIGN(FieldAnnotationsItem); argument797 const FieldAnnotationsItem* GetFieldAnnotations(const AnnotationsDirectoryItem* anno_dir) const { in GetFieldAnnotations()800 : reinterpret_cast<const FieldAnnotationsItem*>(&anno_dir[1]); in GetFieldAnnotations()810 addr += anno_dir->fields_size_ * sizeof(FieldAnnotationsItem); in GetMethodAnnotations()821 addr += anno_dir->fields_size_ * sizeof(FieldAnnotationsItem); in GetParameterAnnotations()826 const AnnotationSetItem* GetFieldAnnotationSetItem(const FieldAnnotationsItem& anno_item) const { in GetFieldAnnotationSetItem()
1555 const DexFile::FieldAnnotationsItem* field_item = in CheckIntraAnnotationsDirectoryItem()1556 reinterpret_cast<const DexFile::FieldAnnotationsItem*>(item + 1); in CheckIntraAnnotationsDirectoryItem()1558 …if (!CheckListSize(field_item, field_count, sizeof(DexFile::FieldAnnotationsItem), "field_annotati… in CheckIntraAnnotationsDirectoryItem()2004 DexFile::FieldAnnotationsItem* field_items = (DexFile::FieldAnnotationsItem*) (item + 1); in FindFirstAnnotationsDirectoryDefiner()2615 const DexFile::FieldAnnotationsItem* field_item = in CheckInterAnnotationsDirectoryItem()2616 reinterpret_cast<const DexFile::FieldAnnotationsItem*>(item + 1); in CheckInterAnnotationsDirectoryItem()
495 const DexFile::FieldAnnotationsItem* fields = in CreateAnnotationsDirectoryItem()
670 const DexFile::FieldAnnotationsItem* fields = pDexFile->GetFieldAnnotations(dir); in dumpClassAnnotations()
148 const DexFile::FieldAnnotationsItem* field_annotations = in FindAnnotationSetForField()