Home | History | Annotate | Download | only in interp

Lines Matching refs:absMethod

1222     Method* absMethod;
1230 absMethod = dvmDexGetResolvedMethod(methodClassDex, methodIdx);
1231 if (absMethod == NULL) {
1232 absMethod = dvmResolveInterfaceMethod(method->clazz, methodIdx);
1233 if (absMethod == NULL) {
1239 /* make sure absMethod->methodIndex means what we think it means */
1240 assert(dvmIsAbstractMethod(absMethod));
1244 * absMethod's class, then use absMethod->methodIndex to find
1253 if (thisClass->iftable[i].clazz == absMethod->clazz)
1262 assert(absMethod->methodIndex <
1266 thisClass->iftable[i].methodIndexArray[absMethod->methodIndex];
1282 absMethod->clazz->descriptor, absMethod->name,