Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/util/proxy/
DRuntimeSupport.java56 methods[index] = findSuperMethod(self, superMethod, desc); in find2Methods()
81 public static Method findSuperMethod(Object self, String name, String desc) { in findSuperMethod() method in RuntimeSupport