Searched defs:allCount (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/reflect/
H A DProxy.cpp34 static int copyWithoutDuplicates(Method** allMethods, int allCount,
246 int numInterfaces, maxCount, actualCount, allCount; local
288 allCount = 3;
300 allMethods[allCount++] = &clazz->virtualMethods[j];
308 allMethods[allCount++] = &iclass->virtualMethods[k];
312 assert(allCount == maxCount);
323 throws = dvmAllocArrayByClass(arrArrClass, allCount, ALLOC_DEFAULT);
328 actualCount = copyWithoutDuplicates(allMethods, allCount, methods, throws);
374 static int copyWithoutDuplicates(Method** allMethods, int allCount, argument
393 for (i = 0; i < allCount;
[all...]

Completed in 32 milliseconds