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