Lines Matching refs:TestClass2
55 class TestClass2 { class
308 static int test13(TestClass obj1, TestClass2 obj2) { in test13()
644 private static TestClass2 testStoreStore() { in testStoreStore()
645 TestClass2 obj = new TestClass2(); in testStoreStore()
664 private static void testStoreStore2(TestClass2 obj) { in testStoreStore2()
683 private static void testStoreStore3(TestClass2 obj, boolean flag) { in testStoreStore3()
716 private static int testStoreStore5(TestClass2 obj1, TestClass2 obj2) { in testStoreStore5()
733 private static int testStoreStore6(TestClass2 obj1, TestClass2 obj2) { in testStoreStore6()
769 private static void testThrow(TestClass2 obj, Exception e) throws Exception { in testThrow()
803 TestClass2 obj = new TestClass2(); in testStoreStoreWithDeoptimize()
1188 assertIntEquals(test13(new TestClass(), new TestClass2()), 3); in main()
1245 TestClass2 testclass2 = new TestClass2(); in main()