Lines Matching refs:absMethod
5537 Method* absMethod;
5542 absMethod = verifyInvocationArgs(meth, workLine, insnRegCount,
5572 * defined absMethod, or absMethod's class needs to be one
5576 if (thisClass != absMethod->clazz &&
5578 !dvmImplements(thisClass, absMethod->clazz))
5580 LOG_VFY("VFY: unable to match absMethod '%s' with %s interfaces",
5581 absMethod->name, thisClass->descriptor);
5593 returnType = getMethodReturnType(absMethod);