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

/dalvik/vm/oo/
H A DClass.cpp3024 int ifCount = superIfCount; local
3025 ifCount += clazz->interfaceCount;
3027 ifCount += clazz->interfaces[i]->iftableCount;
3030 clazz->descriptor, ifCount - superIfCount, superIfCount, ifCount);
3032 if (ifCount == 0) {
3043 sizeof(InterfaceEntry) * ifCount);
3045 memset(clazz->iftable, 0x00, sizeof(InterfaceEntry) * ifCount);
3096 assert(idx <= ifCount);
3099 * Adjust the ifCount
[all...]

Completed in 29 milliseconds