Home
last modified time | relevance | path

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

/art/test/530-checker-lse/src/
DMain.java53 class TestClass2 { class
369 static int test13(TestClass obj1, TestClass2 obj2) { in test13()
763 private static TestClass2 testStoreStore() { in testStoreStore()
764 TestClass2 obj = new TestClass2(); in testStoreStore()
801 TestClass2 obj = new TestClass2(); in testStoreStoreWithDeoptimize()
973 assertIntEquals(test13(new TestClass(), new TestClass2()), 3); in main()