Lines Matching defs:obj2
145 static int test1(TestClass obj1, TestClass obj2) { in test1()
197 TestClass obj2 = new TestClass(); // Cannot alias with obj or obj1 which pre-exist. in test3() local
285 static int test6(TestClass obj1, TestClass obj2, boolean b) { in test6()
344 TestClass obj2 = new TestClass(); in test9() local
406 static int test12(TestClass obj1, TestClass obj2) { in test12()
429 static int test13(TestClass obj1, TestClass2 obj2) { in test13()
446 static int test14(TestClass obj1, SubTestClass obj2) { in test14()
610 TestClass obj2 = new TestClass(); in test22() local
1533 TestClass obj2 = null; in $noinline$testHSelect() local
1688 private static int testStoreStore5(TestClass2 obj1, TestClass2 obj2) { in testStoreStore5()
1705 private static int testStoreStore6(TestClass2 obj1, TestClass2 obj2) { in testStoreStore6()
4132 TestClass obj2 = new TestClass(); in main() local