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/invocation/
DDefaultInvocationFactory.java22 RealMethod superMethod = new RealMethod.FromCallable(realMethod); in createInvocation() local
27 RealMethod superMethod = new RealMethod.FromBehavior(realMethod); in createInvocation() local
31 …ion(Object target, MockCreationSettings settings, Method method, RealMethod superMethod, Object[] … in createInvocation()
/external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
DInvocationHandlerAdapter.java68 final SuperMethod superMethod) throws Throwable { in interceptEntryHook()
/external/clang/test/Analysis/
Dlambdas.mm6 - (void)superMethod; method
/external/llvm-project/clang/test/Analysis/
Dlambdas.mm6 - (void)superMethod; method
/external/javassist/src/main/javassist/util/proxy/
DRuntimeSupport.java53 public static void find2Methods(Class<?> clazz, String superMethod, in find2Methods()
73 public static void find2Methods(Object self, String superMethod, in find2Methods()
DProxyFactory.java1063 private static void callFind2Methods(Bytecode code, String superMethod, String thisMethod, in callFind2Methods()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
DProxyBuilder.java552 MethodId<T, ?> superMethod = null; in generateCodeForAllMethods() local
646 private static void invokeSuper(MethodId superMethod, Code superCode, in invokeSuper()