Home
last modified time | relevance | path

Searched refs:TestInvocationKinds (Results 1 – 3 of 3) sorted by relevance

/art/test/952-invoke-custom/src/
DTestInvocationKinds.java25 class TestInvocationKinds extends TestBase { class
33 lookup.findStaticGetter(TestInvocationKinds.class, name, methodType.returnType()); in lookupStaticFieldGetter()
40 enclosingType = TestInvocationKinds.class,
56 TestInvocationKinds.class, name, methodType.parameterType(0)); in lookupStaticFieldSetter()
63 enclosingType = TestInvocationKinds.class,
86 enclosingType = TestInvocationKinds.class,
91 parameterTypes = {TestInvocationKinds.class, double.class}
93 private static void setInstanceField(TestInvocationKinds instance, double value) { in setInstanceField()
109 enclosingType = TestInvocationKinds.class,
114 parameterTypes = {TestInvocationKinds.class}
[all …]
DMain.java89 TestInvocationKinds.test(); in main()
/art/test/952-invoke-custom/
Dexpected.txt16 TestInvocationKinds
20 testConstructor => class TestInvocationKinds$Widget