Searched refs:TestClass2 (Results 1 – 1 of 1) sorted by relevance
53 class TestClass2 { class369 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()