Home
last modified time | relevance | path

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

/dalvik/vm/oo/
DClass.c2817 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()
[all …]