Home
last modified time | relevance | path

Searched defs:superMethod (Results 1 – 3 of 3) sorted by relevance

/external/javassist/src/main/javassist/util/proxy/
DRuntimeSupport.java48 public static void find2Methods(Object self, String superMethod, in find2Methods()
DProxyFactory.java1282 private static void callFind2Methods(Bytecode code, String superMethod, String thisMethod, in callFind2Methods()
/external/dexmaker/src/main/java/com/google/dexmaker/stock/
DProxyBuilder.java415 MethodId<T, ?> superMethod = superclassType.getMethod(resultType, name, argTypes); in generateCodeForAllMethods() local
507 private static void invokeSuper(MethodId superMethod, Code superCode, in invokeSuper()