Searched refs:absMethod (Results 1 – 2 of 2) sorted by relevance
1222 Method* absMethod; in dvmInterpFindInterfaceMethod() local1230 absMethod = dvmDexGetResolvedMethod(methodClassDex, methodIdx); in dvmInterpFindInterfaceMethod()1231 if (absMethod == NULL) { in dvmInterpFindInterfaceMethod()1232 absMethod = dvmResolveInterfaceMethod(method->clazz, methodIdx); in dvmInterpFindInterfaceMethod()1233 if (absMethod == NULL) { in dvmInterpFindInterfaceMethod()1240 assert(dvmIsAbstractMethod(absMethod)); in dvmInterpFindInterfaceMethod()1253 if (thisClass->iftable[i].clazz == absMethod->clazz) in dvmInterpFindInterfaceMethod()1262 assert(absMethod->methodIndex < in dvmInterpFindInterfaceMethod()1266 thisClass->iftable[i].methodIndexArray[absMethod->methodIndex]; in dvmInterpFindInterfaceMethod()1282 absMethod->clazz->descriptor, absMethod->name, in dvmInterpFindInterfaceMethod()
5437 Method* absMethod; in verifyInstruction() local5441 absMethod = verifyInvocationArgs(meth, workLine, insnRegCount, in verifyInstruction()5475 if (thisClass != absMethod->clazz && in verifyInstruction()5477 !dvmImplements(thisClass, absMethod->clazz)) in verifyInstruction()5480 absMethod->name, thisClass->descriptor); in verifyInstruction()5492 returnType = getMethodReturnType(absMethod); in verifyInstruction()