Home | History | Annotate | Download | only in libdex

Lines Matching refs:methodsSize

351     u4  methodsSize;          /* count of DexMethodAnnotationsItem */
354 /* followed by DexMethodAnnotationsItem[methodsSize] */
854 if (pAnnoDir->methodsSize == 0)
870 return pAnnoDir->methodsSize;
893 addr += pAnnoDir->methodsSize * sizeof (DexMethodAnnotationsItem);