Home
last modified time | relevance | path

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

/dalvik/vm/oo/
DClass.cpp3031 int superIfCount; in createIftable() local
3033 superIfCount = clazz->super->iftableCount; in createIftable()
3035 superIfCount = 0; in createIftable()
3037 int ifCount = superIfCount; in createIftable()
3043 clazz->descriptor, ifCount - superIfCount, superIfCount, ifCount); in createIftable()
3059 if (superIfCount != 0) { in createIftable()
3061 sizeof(InterfaceEntry) * superIfCount); in createIftable()
3067 int idx = superIfCount; in createIftable()
3136 if (dvmIsInterfaceClass(clazz) || superIfCount == ifCount) { in createIftable()
3159 for (int i = superIfCount; i < ifCount; i++) { in createIftable()
[all …]