Searched refs:makeDescriptor (Results 1 – 2 of 2) sorted by relevance
180 && makeDescriptor(methods[i]).equals(desc)) in findMethod2()189 public static String makeDescriptor(Method m) { in makeDescriptor() method in RuntimeSupport191 return makeDescriptor(params, m.getReturnType()); in makeDescriptor()200 public static String makeDescriptor(Class<?>[] params, Class<?> retType) { in makeDescriptor() method in RuntimeSupport219 public static String makeDescriptor(String params, Class<?> retType) { in makeDescriptor() method in RuntimeSupport
1256 … String key = m.getName() + ':' + RuntimeSupport.makeDescriptor(m); // see keyToDesc(). in getMethods()1316 String desc = RuntimeSupport.makeDescriptor(cons.getParameterTypes(), in makeConstructor()