Lines Matching refs:TestClass2
54 class TestClass2 { class
429 static int test13(TestClass obj1, TestClass2 obj2) { in test13()
998 TestClass2 obj = new TestClass2(); in test32()
1613 private static TestClass2 testStoreStore() { in testStoreStore()
1614 TestClass2 obj = new TestClass2(); in testStoreStore()
1633 private static void testStoreStore2(TestClass2 obj) { in testStoreStore2()
1655 private static void testStoreStore3(TestClass2 obj, boolean flag) { in testStoreStore3()
1688 private static int testStoreStore5(TestClass2 obj1, TestClass2 obj2) { in testStoreStore5()
1705 private static int testStoreStore6(TestClass2 obj1, TestClass2 obj2) { in testStoreStore6()
1742 private static void testThrow(TestClass2 obj, Exception e) throws Exception { in testThrow()
1776 TestClass2 obj = new TestClass2(); in testStoreStoreWithDeoptimize()
2832 private static int testLoop14(TestClass2 obj, int n) { in testLoop14()
4151 assertIntEquals(test13(new TestClass(), new TestClass2()), 3); in main()
4259 TestClass2 testclass2 = new TestClass2(); in main()
4320 $noinline$testThrowingArraySet(tca, new TestClass2()); in main()
4382 assertIntEquals(testLoop14(new TestClass2(), 0), 0); in main()
4383 assertIntEquals(testLoop14(new TestClass2(), 1), 0); in main()
4384 assertIntEquals(testLoop14(new TestClass2(), 2), 0); in main()
4385 assertIntEquals(testLoop14(new TestClass2(), 3), 1); in main()