Home
last modified time | relevance | path

Searched refs:findSuperMethod2 (Results 1 – 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/util/proxy/
DRuntimeSupport.java133 Method m = findSuperMethod2(clazz.getSuperclass(), name, desc); in findSuperClassMethod()
148 private static Method findSuperMethod2(Class<?> clazz, String name, String desc) { in findSuperMethod2() method in RuntimeSupport
155 m = findSuperMethod2(superClass, name, desc); in findSuperMethod2()
167 m = findSuperMethod2(interfaces[i], name, desc); in searchInterfaces()