Searched refs:FieldAnnotationsItem (Results 1 – 6 of 6) sorted by relevance
219 struct FieldAnnotationsItem { struct224 DISALLOW_COPY_AND_ASSIGN(FieldAnnotationsItem); argument
560 const dex::FieldAnnotationsItem* GetFieldAnnotations( in GetFieldAnnotations()564 : reinterpret_cast<const dex::FieldAnnotationsItem*>(&anno_dir[1]); in GetFieldAnnotations()574 addr += anno_dir->fields_size_ * sizeof(dex::FieldAnnotationsItem); in GetMethodAnnotations()585 addr += anno_dir->fields_size_ * sizeof(dex::FieldAnnotationsItem); in GetParameterAnnotations()591 const dex::FieldAnnotationsItem& anno_item) const { in GetFieldAnnotationSetItem()
1667 const dex::FieldAnnotationsItem* field_item = in CheckIntraAnnotationsDirectoryItem()1668 reinterpret_cast<const dex::FieldAnnotationsItem*>(item + 1); in CheckIntraAnnotationsDirectoryItem()1672 sizeof(dex::FieldAnnotationsItem), in CheckIntraAnnotationsDirectoryItem()2149 dex::FieldAnnotationsItem* field_items = (dex::FieldAnnotationsItem*) (item + 1); in FindFirstAnnotationsDirectoryDefiner()2761 const dex::FieldAnnotationsItem* field_item = in CheckInterAnnotationsDirectoryItem()2762 reinterpret_cast<const dex::FieldAnnotationsItem*>(item + 1); in CheckInterAnnotationsDirectoryItem()
54 using dex::FieldAnnotationsItem;159 const FieldAnnotationsItem* field_annotations = dex_file.GetFieldAnnotations(annotations_dir); in FindAnnotationSetForField()
733 const dex::FieldAnnotationsItem* fields = in CreateAnnotationsDirectoryItem()
660 const dex::FieldAnnotationsItem* fields = pDexFile->GetFieldAnnotations(dir); in dumpClassAnnotations()