Home
last modified time | relevance | path

Searched refs:ifCount (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/oo/
DClass.cpp3024 int ifCount = superIfCount; in createIftable() local
3025 ifCount += clazz->interfaceCount; in createIftable()
3027 ifCount += clazz->interfaces[i]->iftableCount; in createIftable()
3030 clazz->descriptor, ifCount - superIfCount, superIfCount, ifCount); in createIftable()
3032 if (ifCount == 0) { in createIftable()
3043 sizeof(InterfaceEntry) * ifCount); in createIftable()
3045 memset(clazz->iftable, 0x00, sizeof(InterfaceEntry) * ifCount); in createIftable()
3078 assert(idx == ifCount); in createIftable()
3100 for (int i = superIfCount; i < ifCount; i++) { in createIftable()
3101 for (int j = 0; j < ifCount; j++) { in createIftable()
[all …]