Lines Matching defs:obj
130 static int test2(TestClass obj) { in test2()
159 static int test3(TestClass obj) { in test3()
206 static int test7(TestClass obj) { in test7()
227 TestClass obj = new TestClass(); in test8() local
246 static int test9(TestClass obj) { in test9()
265 static int test11(TestClass obj) { in test11()
363 TestClass obj = new TestClass(1, 2); in test16() local
381 TestClass obj = new TestClass(); in test17() local
395 static int test18(TestClass obj) { in test18()
425 TestClass obj = new TestClass(); in test20() local
448 TestClass obj = new TestClass(); in test21() local
563 TestClass obj = new TestClass(); in $noinline$testHSelect() local
645 TestClass2 obj = new TestClass2(); in testStoreStore() local
664 private static void testStoreStore2(TestClass2 obj) { in testStoreStore2()
683 private static void testStoreStore3(TestClass2 obj, boolean flag) { in testStoreStore3()
769 private static void testThrow(TestClass2 obj, Exception e) throws Exception { in testThrow()
803 TestClass2 obj = new TestClass2(); in testStoreStoreWithDeoptimize() local
966 TestClass obj = new TestClass(); in testExitMerge() local
988 TestClass obj = new TestClass(); in testExitMerge2() local
1012 Object obj = array[0]; in testStoreSameValue() local