Searched refs:TestRunnable (Results 1 – 6 of 6) sorted by relevance
/art/test/1970-force-early-return-long/src/art/ |
D | Test1970.java | 45 public interface TestRunnable extends Runnable { interface in Test1970 85 public void runTestOn(Supplier<TestRunnable> testObj, ThreadRunnable su, ThreadRunnable cl) 117 public TestRunnable Id(final TestRunnable tr) { 119 return new TestRunnable() { 153 public final TestRunnable testObj; 156 public TestConfig(TestRunnable obj, TestSuspender su) { 162 public void runTestOn(Supplier<TestRunnable> testObjGen, TestSuspender su) throws Exception { 168 TestRunnable normal_run = Id(normal_config.testObj); 183 TestRunnable testObj = Id(force_return_config.testObj); 240 public abstract static class AbstractTestObject implements TestRunnable { [all …]
|
/art/test/1968-force-early-return/src/art/ |
D | Test1968.java | 72 public interface TestRunnable extends Runnable { interface in Test1968 112 public void runTestOn(Supplier<TestRunnable> testObj, ThreadRunnable su, ThreadRunnable cl) 144 public TestRunnable Id(final TestRunnable tr) { 146 return new TestRunnable() { 180 public final TestRunnable testObj; 183 public TestConfig(TestRunnable obj, TestSuspender su) { 189 public void runTestOn(Supplier<TestRunnable> testObjGen, TestSuspender su) throws Exception { 195 TestRunnable normal_run = Id(normal_config.testObj); 210 TestRunnable testObj = Id(force_return_config.testObj); 270 public abstract static class AbstractTestObject implements TestRunnable { [all …]
|
/art/test/1954-pop-frame-jit/src/art/ |
D | Test1953.java | 44 public interface TestRunnable extends Runnable { interface in Test1953 67 public void runTestOn(TestRunnable testObj, ThreadRunnable su, ThreadRunnable cl) throws 83 public void runTestOn(TestRunnable testObj, TestSuspender su) throws Exception { 136 public static abstract class AbstractTestObject implements TestRunnable { 268 public static class ClassLoadObject implements TestRunnable { 514 public static class ExceptionThrowFarTestObject implements TestRunnable { 599 public static class ExceptionThrowTestObject implements TestRunnable { 657 public static class NativeCallerObject implements TestRunnable { 710 public Test1953(boolean canRunClassLoadTests, Consumer<TestRunnable> preTest) { 715 private Consumer<TestRunnable> preTest;
|
/art/test/1953-pop-frame/src/art/ |
D | Test1953.java | 44 public interface TestRunnable extends Runnable { interface in Test1953 67 public void runTestOn(TestRunnable testObj, ThreadRunnable su, ThreadRunnable cl) throws 83 public void runTestOn(TestRunnable testObj, TestSuspender su) throws Exception { 136 public static abstract class AbstractTestObject implements TestRunnable { 268 public static class ClassLoadObject implements TestRunnable { 514 public static class ExceptionThrowFarTestObject implements TestRunnable { 599 public static class ExceptionThrowTestObject implements TestRunnable { 657 public static class NativeCallerObject implements TestRunnable { 710 public Test1953(boolean canRunClassLoadTests, Consumer<TestRunnable> preTest) { 715 private Consumer<TestRunnable> preTest;
|
/art/test/1955-pop-frame-jit-called/src/art/ |
D | Test1953.java | 44 public interface TestRunnable extends Runnable { interface in Test1953 67 public void runTestOn(TestRunnable testObj, ThreadRunnable su, ThreadRunnable cl) throws 83 public void runTestOn(TestRunnable testObj, TestSuspender su) throws Exception { 136 public static abstract class AbstractTestObject implements TestRunnable { 268 public static class ClassLoadObject implements TestRunnable { 514 public static class ExceptionThrowFarTestObject implements TestRunnable { 599 public static class ExceptionThrowTestObject implements TestRunnable { 657 public static class NativeCallerObject implements TestRunnable { 710 public Test1953(boolean canRunClassLoadTests, Consumer<TestRunnable> preTest) { 715 private Consumer<TestRunnable> preTest;
|
/art/test/1956-pop-frame-jit-calling/src/art/ |
D | Test1953.java | 44 public interface TestRunnable extends Runnable { interface in Test1953 67 public void runTestOn(TestRunnable testObj, ThreadRunnable su, ThreadRunnable cl) throws 83 public void runTestOn(TestRunnable testObj, TestSuspender su) throws Exception { 136 public static abstract class AbstractTestObject implements TestRunnable { 268 public static class ClassLoadObject implements TestRunnable { 514 public static class ExceptionThrowFarTestObject implements TestRunnable { 599 public static class ExceptionThrowTestObject implements TestRunnable { 657 public static class NativeCallerObject implements TestRunnable { 710 public Test1953(boolean canRunClassLoadTests, Consumer<TestRunnable> preTest) { 715 private Consumer<TestRunnable> preTest;
|