Home
last modified time | relevance | path

Searched refs:test24 (Results 1 – 2 of 2) sorted by relevance

/art/test/530-checker-lse/smali/
DMain.smali237 ## 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
/art/test/530-checker-lse/src/
DMain.java1163 Method test24 = main2.getMethod("test24"); in main() local
1203 assertFloatEquals((float)test24.invoke(null), 8.0f); in main()