Lines Matching full:basemethod
31 static bool returnTypesAreCompatible(Method* baseMethod, Method* subMethod);
710 * "baseMethod".
712 static bool returnTypesAreCompatible(Method* subMethod, Method* baseMethod)
714 const char* baseSig = dexProtoGetReturnType(&baseMethod->prototype);
724 baseClass = dvmFindClass(baseSig, baseMethod->clazz->classLoader);