Home | History | Annotate | Download | only in oo

Lines Matching defs:numMethods

1867     u4 numMethods;
1871 dvmRegisterMapGetClassData(pDexFile, classDefIdx, &numMethods);
1875 pHeader->directMethodsSize + pHeader->virtualMethodsSize != numMethods)
1879 pHeader->virtualMethodsSize, numMethods);