Searched refs:AnnotationItem (Results 1 – 8 of 8) sorted by relevance
48 using dex::AnnotationItem;182 const AnnotationItem* SearchAnnotationSet(const DexFile& dex_file, in SearchAnnotationSet()187 const AnnotationItem* result = nullptr; in SearchAnnotationSet()189 const AnnotationItem* annotation_item = dex_file.GetAnnotationItem(annotation_set, i); in SearchAnnotationSet()758 const AnnotationItem* GetAnnotationItemFromAnnotationSet(const ClassData& klass, in GetAnnotationItemFromAnnotationSet()765 const AnnotationItem* annotation_item = dex_file.GetAnnotationItem(annotation_set, i); in GetAnnotationItemFromAnnotationSet()799 const AnnotationItem* annotation_item = GetAnnotationItemFromAnnotationSet( in GetAnnotationObjectFromAnnotationSet()809 const AnnotationItem* annotation_item, in GetAnnotationValue()852 const AnnotationItem* annotation_item = in GetAnnotationArrayValue()879 const AnnotationItem* annotation_item = in GetSignatureValue()[all …]
21 public class AnnotationItem implements RawDexObject { class
178 rawDexFile.annotationItems = new ArrayList<AnnotationItem>(mapItem.size); in read()180 AnnotationItem newAnnotationItem = new AnnotationItem(); in read()
49 public List<AnnotationItem> annotationItems;273 for (AnnotationItem annotationItem : annotationItems) { in write()385 for (AnnotationItem annotationItem : annotationItems) { in incrementIndex()
266 struct AnnotationItem { struct271 DISALLOW_COPY_AND_ASSIGN(AnnotationItem); argument
723 ALWAYS_INLINE const dex::AnnotationItem* GetAnnotationItemAtOffset(uint32_t offset) const { in GetAnnotationItemAtOffset()724 return DataPointer<dex::AnnotationItem>(offset); in GetAnnotationItemAtOffset()740 const dex::AnnotationItem* GetAnnotationItem(const dex::AnnotationSetItem* set_item, in GetAnnotationItem()
3128 const dex::AnnotationItem* annotation = OffsetToPtr<dex::AnnotationItem>(*offsets); in CheckInterAnnotationSetItem()
729 const dex::AnnotationItem* annotation = pDexFile->GetAnnotationItem(set_item, i); in dumpAnnotationSetItem()