Searched refs:dvmFindMethodHier (Results 1 – 4 of 4) sorted by relevance
612 Method* dvmFindMethodHier(const ClassObject* clazz, const char* methodName,
653 Method* dvmFindMethodHier(const ClassObject* clazz, const char* methodName, in dvmFindMethodHier() function
806 resMethod = dvmFindMethodHier(resClass, in dvmOptResolveMethod()
276 resMethod = dvmFindMethodHier(resClass, name, &proto); in resolveAmbiguousMethod()