/art/test/952-invoke-custom/src/ |
D | TestInvocationKinds.java | 32 MethodHandle mh = in lookupStaticFieldGetter() local 54 MethodHandle mh = in lookupStaticFieldSetter() local 78 MethodHandle mh = in lookupInstanceFieldSetter() local 101 MethodHandle mh = in lookupInstanceFieldGetter() local 147 MethodHandle mh = lookup.findVirtual(TestInvocationKinds.class, name, mt); in lookupVirtual() local 184 MethodHandle mh = lookup.findConstructor(cls, constructorMethodType); in lookupConstructor() local
|
D | UnrelatedBSM.java | 27 MethodHandle mh = lookup.findStatic(target, name, methodType); in bsm() local
|
D | TestInvokeCustomWithConcurrentThreads.java | 87 MethodHandle mh = in linkerMethod() local
|
/art/test/953-invoke-polymorphic-compiler/src/ |
D | Main.java | 114 MethodHandle mh; in $opt$BasicTest() local 228 MethodHandle mh = in $opt$ReturnBooleanTest() local 256 MethodHandle mh = lookup.findStatic(Main.class, "Next", in $opt$ReturnCharTest() local 265 MethodHandle mh = lookup.findStatic(Main.class, "Multiply", in $opt$ReturnByteTest() local 274 MethodHandle mh = lookup.findStatic(Main.class, "Multiply", in $opt$ReturnShortTest() local 283 MethodHandle mh = lookup.findStatic(Main.class, "Multiply", in $opt$ReturnIntTest() local 292 MethodHandle mh = lookup.findStatic(Main.class, "Multiply", in $opt$ReturnLongTest() local 301 MethodHandle mh = lookup.findStatic(Main.class, "Multiply", in $opt$ReturnFloatTest() local 310 MethodHandle mh = lookup.findStatic(Main.class, "Multiply", in $opt$ReturnDoubleTest() local 319 MethodHandle mh = lookup.findStatic(Main.class, "Multiply", in $opt$ReturnStringTest() local
|
/art/test/956-methodhandles/src/ |
D | Main.java | 288 MethodHandle mh = BarImpl.lookup.findVirtual( in testfindVirtual() local 439 MethodHandle mh = MethodHandles.lookup().unreflect(publicMethod); in testUnreflects() local 594 MethodHandle mh = MethodHandles.lookup().findVirtual(String.class, in testAsType() local 686 MethodHandle mh = in testConstructors() local 760 MethodHandle mh = MethodHandles.lookup().findConstructor( in testStringConstructors() local 877 MethodHandle mh = MethodHandles.lookup().findStatic( in testReferenceReturnValueConversions() local 941 MethodHandle mh = MethodHandles.lookup().findStatic( in testPrimitiveReturnValueConversions() local 1179 MethodHandle mh; in testVariableArity() local 1556 MethodHandle mh = MethodHandles.lookup().bind(vat, "update", in testVariableArity_MethodHandles_bind() local
|
/art/runtime/mirror/ |
D | method_handle_impl.cc | 78 Handle<mirror::MethodHandleImpl> mh( in Create() local
|
/art/test/1948-obsolete-const-method-handle/util-src/src/art/constmethodhandle/ |
D | TestGenerator.java | 166 Handle mh = new Handle( in generateRunTest() local
|
/art/test/959-invoke-polymorphic-accessors/src/ |
D | Main.java | 713 MethodHandle mh = lookup.findStaticGetter(ValueHolder.class, "s_fi", int.class); in main() local 718 MethodHandle mh = lookup.findStaticSetter(ValueHolder.class, "s_i", int.class); in main() local 982 MethodHandle mh = MethodHandles.lookup().unreflectSetter(f); in main() local 986 MethodHandle mh = MethodHandles.lookup().unreflectGetter(f); in main() local 998 MethodHandle mh = MethodHandles.lookup().unreflectGetter(f); in main() local 1002 MethodHandle mh = MethodHandles.lookup().unreflectSetter(f); in main() local
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 553 ObjPtr<mirror::MethodHandle> mh = cl->ResolveMethodHandle(self, in ExecuteSwitchImplCpp() local
|