Searched refs:findConstructor (Results 1 – 6 of 6) sorted by relevance
/art/runtime/mirror/ |
D | method_handles_lookup.cc | 54 ArtMethod* findConstructor = in FindConstructor() local 62 findConstructor->Invoke(self, args, sizeof(args), &result, "LLL"); in FindConstructor()
|
/art/test/956-methodhandles/src/ |
D | Main.java | 688 MethodHandles.lookup().findConstructor(Float.class, in testConstructors() 701 mh = MethodHandles.lookup().findConstructor(Double.class, in testConstructors() 708 mh = MethodHandles.lookup().findConstructor(Double.class, in testConstructors() 717 mh = MethodHandles.lookup().findConstructor(int.class, MethodType.methodType(void.class)); in testConstructors() 723 mh = MethodHandles.lookup().findConstructor(Readable.class, in testConstructors() 729 mh = MethodHandles.lookup().findConstructor(Process.class, MethodType.methodType(void.class)); in testConstructors() 737 MethodHandle bad = MethodHandles.lookup().findConstructor( in testConstructors() 744 MethodHandle foo = MethodHandles.lookup().findConstructor( in testConstructors() 751 MethodHandle foo = MethodHandles.lookup().findConstructor( in testConstructors() 761 MethodHandle mh = MethodHandles.lookup().findConstructor( in testStringConstructors() [all …]
|
/art/test/674-hiddenapi/src-ex/ |
D | JLI.java | 69 return lookup.findConstructor(klass, methodType) != null; in canDiscoverWithLookupFindConstructor()
|
/art/test/716-jli-jit-samples/src-art/ |
D | Main.java | 83 .findConstructor( in testMethodHandleCounters()
|
/art/test/952-invoke-custom/src/ |
D | TestInvocationKinds.java | 185 MethodHandle mh = lookup.findConstructor(cls, constructorMethodType); in lookupConstructor()
|
/art/test/dexdump/ |
D | invoke-custom.txt | 2635 …invoke-virtual {v4, v0, v1}, Ljava/lang/invoke/MethodHandles$Lookup;.findConstructor:(Ljava/lang/C…
|