Searched refs:test24 (Results 1 – 2 of 2) sorted by relevance
237 ## CHECK-START: float Main2.test24() load_store_elimination (before)249 ## CHECK-START: float Main2.test24() load_store_elimination (after)258 # static float test24() {267 .method public static test24()F
1163 Method test24 = main2.getMethod("test24"); in main() local1203 assertFloatEquals((float)test24.invoke(null), 8.0f); in main()