Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/util/proxy/
DRuntimeSupport.java180 && makeDescriptor(methods[i]).equals(desc)) in findMethod2()
189 public static String makeDescriptor(Method m) { in makeDescriptor() method in RuntimeSupport
191 return makeDescriptor(params, m.getReturnType()); in makeDescriptor()
200 public static String makeDescriptor(Class<?>[] params, Class<?> retType) { in makeDescriptor() method in RuntimeSupport
219 public static String makeDescriptor(String params, Class<?> retType) { in makeDescriptor() method in RuntimeSupport
DProxyFactory.java1256 … String key = m.getName() + ':' + RuntimeSupport.makeDescriptor(m); // see keyToDesc(). in getMethods()
1316 String desc = RuntimeSupport.makeDescriptor(cons.getParameterTypes(), in makeConstructor()