Home | History | Annotate | Download | only in libdex

Lines Matching refs:DexMethodAnnotationsItem

351     u4  methodsSize;          /* count of DexMethodAnnotationsItem */
354 /* followed by DexMethodAnnotationsItem[methodsSize] */
369 typedef struct DexMethodAnnotationsItem {
372 } DexMethodAnnotationsItem;
851 DEX_INLINE const DexMethodAnnotationsItem* dexGetMethodAnnotations(
863 return (const DexMethodAnnotationsItem*) addr;
875 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem)
893 addr += pAnnoDir->methodsSize * sizeof (DexMethodAnnotationsItem);