Lines Matching refs:absMethod
5437 Method* absMethod;
5441 absMethod = verifyInvocationArgs(meth, workLine, insnRegCount,
5471 * defined absMethod, or absMethod's class needs to be one
5475 if (thisClass != absMethod->clazz &&
5477 !dvmImplements(thisClass, absMethod->clazz))
5479 LOG_VFY("VFY: unable to match absMethod '%s' with %s interfaces",
5480 absMethod->name, thisClass->descriptor);
5492 returnType = getMethodReturnType(absMethod);