Home | History | Annotate | Download | only in libdex

Lines Matching refs:DexParameterAnnotationsItem

352     u4  parametersSize;       /* count of DexParameterAnnotationsItem */
355 /* followed by DexParameterAnnotationsItem[parametersSize] */
377 typedef struct DexParameterAnnotationsItem {
380 } DexParameterAnnotationsItem;
881 DEX_INLINE const DexParameterAnnotationsItem* dexGetParameterAnnotations(
894 return (const DexParameterAnnotationsItem*) addr;
906 const DexFile* pDexFile, const DexParameterAnnotationsItem* pItem)
914 const DexParameterAnnotationsItem* pItem)