Lines Matching refs:resMethod
552 Method* resMethod = dvmFindVirtualMethodByDescriptor(iface,
554 if (resMethod == NULL) {
558 resMethod = dvmFindVirtualMethodByDescriptor(iface->iftable[i].clazz,
560 if (resMethod != NULL)
564 return resMethod;
575 Method* resMethod = dvmFindVirtualMethod(iface, methodName, proto);
576 if (resMethod == NULL) {
580 resMethod = dvmFindVirtualMethod(iface->iftable[i].clazz,
582 if (resMethod != NULL)
586 return resMethod;