Home
last modified time | relevance | path

Searched refs:findConstructor (Results 1 – 6 of 6) sorted by relevance

/art/runtime/mirror/
Dmethod_handles_lookup.cc54 ArtMethod* findConstructor = in FindConstructor() local
62 findConstructor->Invoke(self, args, sizeof(args), &result, "LLL"); in FindConstructor()
/art/test/956-methodhandles/src/
DMain.java688 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/
DJLI.java69 return lookup.findConstructor(klass, methodType) != null; in canDiscoverWithLookupFindConstructor()
/art/test/716-jli-jit-samples/src-art/
DMain.java83 .findConstructor( in testMethodHandleCounters()
/art/test/952-invoke-custom/src/
DTestInvocationKinds.java185 MethodHandle mh = lookup.findConstructor(cls, constructorMethodType); in lookupConstructor()
/art/test/dexdump/
Dinvoke-custom.txt2635 …invoke-virtual {v4, v0, v1}, Ljava/lang/invoke/MethodHandles$Lookup;.findConstructor:(Ljava/lang/C…