Searched refs:test10 (Results 1 – 3 of 3) sorted by relevance
39 test10(); in main()401 private static void test10() throws Exception { in test10() method in Main
127 ## CHECK-START: int Main2.test10(TestClass) load_store_elimination (before)133 ## CHECK-START: int Main2.test10(TestClass) load_store_elimination (after)143 # static int test10(TestClass obj) {148 .method public static test10(LTestClass;)I
1161 Method test10 = main2.getMethod("test10", TestClass.class); in main() local1184 assertIntEquals((int)test10.invoke(null, new TestClass(3, 4)), 3); in main()