Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/util/proxy/
DProxyFactory.java1146 callFind2Methods(code, meth.getName(), delegatorName, origIndex, desc, arrayVar); in makeForwarder()
1282 private static void callFind2Methods(Bytecode code, String superMethod, String thisMethod, in callFind2Methods() method in ProxyFactory