Home
last modified time | relevance | path

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

/art/test/952-invoke-custom/src/
DTestInvocationKinds.java32 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
DUnrelatedBSM.java27 MethodHandle mh = lookup.findStatic(target, name, methodType); in bsm() local
DTestInvokeCustomWithConcurrentThreads.java87 MethodHandle mh = in linkerMethod() local
/art/test/953-invoke-polymorphic-compiler/src/
DMain.java114 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/
DMain.java288 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/
Dmethod_handle_impl.cc78 Handle<mirror::MethodHandleImpl> mh( in Create() local
/art/test/1948-obsolete-const-method-handle/util-src/src/art/constmethodhandle/
DTestGenerator.java166 Handle mh = new Handle( in generateRunTest() local
/art/test/959-invoke-polymorphic-accessors/src/
DMain.java713 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/
Dinterpreter_switch_impl.cc553 ObjPtr<mirror::MethodHandle> mh = cl->ResolveMethodHandle(self, in ExecuteSwitchImplCpp() local