Searched refs:findMethod2 (Results 1 – 1 of 1) sorted by relevance
68 Method m = findMethod2(self.getClass(), name, desc); in findMethod()99 Method m = findMethod2(clazz, name, desc); in findSuperMethod2()125 private static Method findMethod2(Class clazz, String name, String desc) { in findMethod2() method in RuntimeSupport