Lines Matching refs:TestClass2
54 class TestClass2 { class
432 static int test13(TestClass obj1, TestClass2 obj2) { in test13()
1002 TestClass2 obj = new TestClass2(); in test32()
1520 private static TestClass2 testStoreStore() { in testStoreStore()
1521 TestClass2 obj = new TestClass2(); in testStoreStore()
1540 private static void testStoreStore2(TestClass2 obj) { in testStoreStore2()
1562 private static void testStoreStore3(TestClass2 obj, boolean flag) { in testStoreStore3()
1595 private static int testStoreStore5(TestClass2 obj1, TestClass2 obj2) { in testStoreStore5()
1612 private static int testStoreStore6(TestClass2 obj1, TestClass2 obj2) { in testStoreStore6()
1648 private static void testThrow(TestClass2 obj, Exception e) throws Exception { in testThrow()
1682 TestClass2 obj = new TestClass2(); in testStoreStoreWithDeoptimize()
2700 private static int testLoop14(TestClass2 obj, int n) { in testLoop14()
4017 assertIntEquals(test13(new TestClass(), new TestClass2()), 3); in main()
4122 TestClass2 testclass2 = new TestClass2(); in main()
4183 $noinline$testThrowingArraySet(tca, new TestClass2()); in main()
4245 assertIntEquals(testLoop14(new TestClass2(), 0), 0); in main()
4246 assertIntEquals(testLoop14(new TestClass2(), 1), 0); in main()
4247 assertIntEquals(testLoop14(new TestClass2(), 2), 0); in main()
4248 assertIntEquals(testLoop14(new TestClass2(), 3), 1); in main()