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

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

Completed in 563 milliseconds