Searched refs:TestInvocationKinds (Results 1 – 3 of 3) sorted by relevance
/art/test/952-invoke-custom/src/ |
D | TestInvocationKinds.java | 25 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 …]
|
D | Main.java | 89 TestInvocationKinds.test(); in main()
|
/art/test/952-invoke-custom/ |
D | expected.txt | 16 TestInvocationKinds 20 testConstructor => class TestInvocationKinds$Widget
|