Searched refs:DexAnnotationItem (Results 1 – 2 of 2) sorted by relevance
516 struct DexAnnotationItem { struct1036 DEX_INLINE const DexAnnotationItem* dexGetAnnotationItem( in dexGetAnnotationItem()1043 return (const DexAnnotationItem*) (pDexFile->baseAddr + offset); in dexGetAnnotationItem()
1469 static u4 annotationItemTypeIdx(const DexAnnotationItem* item) { in annotationItemTypeIdx()1488 const DexAnnotationItem* annotation = in crossVerifyAnnotationSetItem()