Searched refs:superMeth (Results 1 – 1 of 1) sorted by relevance
2914 Method* superMeth = clazz->vtable[si]; in createVtable() local2916 if (dvmCompareMethodNamesAndProtos(localMeth, superMeth) == 0) { in createVtable()2919 bool isAccessible = dvmCheckMethodAccess(clazz, superMeth); in createVtable()2920 if (dvmIsFinalMethod(superMeth)) { in createVtable()2923 superMeth->clazz->descriptor, superMeth->name); in createVtable()2932 superMeth->clazz->descriptor); in createVtable()