Searched refs:TestLinkerMethodWithRange (Results 1 – 2 of 2) sorted by relevance
/art/test/952-invoke-custom/src/ |
D | Main.java | 47 private static void TestLinkerMethodWithRange() throws Throwable { in TestLinkerMethodWithRange() method in Main 48 TestLinkerMethodWithRange.test(0, 1, 2, 3, 4, 5); in TestLinkerMethodWithRange() 49 TestLinkerMethodWithRange.test(-101, -79, 113, 9, 17, 229); in TestLinkerMethodWithRange() 50 TestLinkerMethodWithRange.test(811, 823, 947, 967, 1087, 1093); in TestLinkerMethodWithRange() 52 TestLinkerMethodWithRange.test(null, null, null, null, null, null); in TestLinkerMethodWithRange() 53 TestLinkerMethodWithRange.test(Double.valueOf(1.0), null, Double.valueOf(3.0), null, in TestLinkerMethodWithRange() 55 TestLinkerMethodWithRange.test(null, Double.valueOf(3.0), null, in TestLinkerMethodWithRange() 57 TestLinkerMethodWithRange.test(Double.valueOf(1.0), Double.valueOf(2.0), in TestLinkerMethodWithRange() 96 TestLinkerMethodWithRange(); in main()
|
D | TestLinkerMethodWithRange.java | 27 public class TestLinkerMethodWithRange extends TestBase { class 31 enclosingType = TestLinkerMethodWithRange.class, 61 @Constant(classValue = TestLinkerMethodWithRange.class), 101 assertEquals(TestLinkerMethodWithRange.class, v9); in primLinkerMethod() 104 caller.findStatic(TestLinkerMethodWithRange.class, name, methodType); in primLinkerMethod() 116 enclosingType = TestLinkerMethodWithRange.class, 153 caller.findStatic(TestLinkerMethodWithRange.class, name, methodType); in refLinkerMethod()
|