Searched refs:test23 (Results 1 – 2 of 2) sorted by relevance
159 ## CHECK-START: int Main2.test23(boolean) load_store_elimination (before)169 ## CHECK-START: int Main2.test23(boolean) load_store_elimination (after)183 # static int test23(boolean b) {194 .method public static test23(Z)I
1162 Method test23 = main2.getMethod("test23", boolean.class); in main() local1201 assertIntEquals((int)test23.invoke(null, true), 4); in main()1202 assertIntEquals((int)test23.invoke(null, false), 5); in main()