Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DInterceptedInvocation.java31 private final SuperMethod superMethod; field in InterceptedInvocation
44 SuperMethod superMethod, in InterceptedInvocation()
DMockMethodInterceptor.java40 InterceptedInvocation.SuperMethod superMethod) throws Throwable { in doIntercept()
DMockMethodAdvice.java70 InterceptedInvocation.SuperMethod superMethod; in handle() local
/external/clang/test/Analysis/
Dlambdas.mm6 - (void)superMethod; method
/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/dexmaker/src/main/java/com/android/dx/stock/
DProxyBuilder.java451 MethodId<T, ?> superMethod = superclassType.getMethod(resultType, name, argTypes); in generateCodeForAllMethods() local
543 private static void invokeSuper(MethodId superMethod, Code superCode, in invokeSuper()