Home
last modified time | relevance | path

Searched defs:mh (Results 1 – 6 of 6) sorted by relevance

/dalvik/dx/tests/132-invoke-polymorphic/
DTestInvokePolymorphic.java20 public static void testInvokeVoidReturnNoArgs(MethodHandle mh) throws Throwable { in testInvokeVoidReturnNoArgs()
24 public static void testInvokeExactVoidReturnNoArgs(MethodHandle mh) throws Throwable { in testInvokeExactVoidReturnNoArgs()
28 public static int testInvokeIntReturnNoArgs(MethodHandle mh) throws Throwable { in testInvokeIntReturnNoArgs()
32 public static int testInvokeExactIntReturnNoArgs(MethodHandle mh) throws Throwable { in testInvokeExactIntReturnNoArgs()
36 public static long testInvokeLongReturnNoArgs(MethodHandle mh) throws Throwable { in testInvokeLongReturnNoArgs()
40 public static long testInvokeExactLongReturnNoArgs(MethodHandle mh) throws Throwable { in testInvokeExactLongReturnNoArgs()
44 public static double testInvokeDoubleReturnNoArgs(MethodHandle mh) throws Throwable { in testInvokeDoubleReturnNoArgs()
48 public static double testInvokeExactDoubleReturnNoArgs(MethodHandle mh) throws Throwable { in testInvokeExactDoubleReturnNoArgs()
52 public static double testInvokeDoubleReturn2Arguments(MethodHandle mh, Object o, long l) in testInvokeDoubleReturn2Arguments()
57 public static double testInvokeExactDoubleReturn2Arguments(MethodHandle mh, Object o, long l) in testInvokeExactDoubleReturn2Arguments()
[all …]
DTestInvokePolymorphic.class ... lang.Throwable java.lang.invoke.MethodHandle mh public static void testInvokeExactVoidReturnNoArgs (java.lang.invoke ...
/dalvik/dx/tests/142-const-method-handle/src/constmethodhandle/
DConstTest.java23 private static void displayMethodHandle(MethodHandle mh) throws Throwable { in displayMethodHandle()
DTestGenerator.java92 Handle mh = new Handle(Opcodes.H_INVOKEVIRTUAL, Type.getInternalName(Object.class), in generateMethodTest1() local
/dalvik/dx/tests/137-dexmerger-dex38/src/invokecustom/
DInvokeCustom.java154 MethodHandles.Lookup caller, String name, MethodType type, MethodHandle mh) in bsmCreateCallSite()
/dalvik/dx/tests/135-invoke-custom/src/invokecustom/
DInvokeCustom.java158 MethodHandles.Lookup caller, String name, MethodType type, MethodHandle mh) in bsmCreateCallSite()