Lines Matching refs:superIfCount
2817 int ifCount, superIfCount, idx; in createIftable() local
2821 superIfCount = clazz->super->iftableCount; in createIftable()
2823 superIfCount = 0; in createIftable()
2825 ifCount = superIfCount; in createIftable()
2831 clazz->descriptor, ifCount - superIfCount, superIfCount, ifCount); in createIftable()
2848 if (superIfCount != 0) { in createIftable()
2850 sizeof(InterfaceEntry) * superIfCount); in createIftable()
2856 idx = superIfCount; in createIftable()
2906 for (i = superIfCount; i < ifCount; i++) { in createIftable()
2936 if (dvmIsInterfaceClass(clazz) || superIfCount == ifCount) { in createIftable()
2960 for (i = superIfCount; i < ifCount; i++) { in createIftable()
2990 for (i = superIfCount; i < ifCount; i++) { in createIftable()