Searched defs:mh (Results 1 – 7 of 7) sorted by relevance
/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 | 260 MethodHandle mh = BarImpl.lookup.findVirtual( in testfindVirtual() local 411 MethodHandle mh = MethodHandles.lookup().unreflect(publicMethod); in testUnreflects() local 538 MethodHandle mh = MethodHandles.lookup().findVirtual(String.class, in testAsType() local 630 MethodHandle mh = in testConstructors() local 704 MethodHandle mh = MethodHandles.lookup().findConstructor( in testStringConstructors() local 821 MethodHandle mh = MethodHandles.lookup().findStatic( in testReferenceReturnValueConversions() local 885 MethodHandle mh = MethodHandles.lookup().findStatic( in testPrimitiveReturnValueConversions() local 1123 MethodHandle mh; in testVariableArity() local 1500 MethodHandle mh = MethodHandles.lookup().bind(vat, "update", in testVariableArity_MethodHandles_bind() local
|
/art/runtime/mirror/ |
D | method_handle_impl.cc | 70 Handle<mirror::MethodHandleImpl> mh( in Create() local
|
/art/test/952-invoke-custom/generator/ |
D | TestInvokeCustomWithConcurrentThreads.java | 93 MethodHandle mh = in linkerMethod() local
|
/art/test/959-invoke-polymorphic-accessors/src/ |
D | Main.java | 698 MethodHandle mh = lookup.findStaticGetter(ValueHolder.class, "s_fi", int.class); in main() local 703 MethodHandle mh = lookup.findStaticSetter(ValueHolder.class, "s_i", int.class); in main() local
|
/art/dexdump/ |
D | dexdump.cc | 1584 const DexFile::MethodHandleItem& mh = pDexFile->GetMethodHandle(idx); in dumpMethodHandle() local
|
/art/runtime/verifier/ |
D | method_verifier.cc | 4163 const DexFile::MethodHandleItem& mh = dex_file_->GetMethodHandle(method_handle_idx); in CheckCallSite() local
|