Home
last modified time | relevance | path

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

/art/test/530-checker-lse/smali/
DMain.smali159 ## 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
/art/test/530-checker-lse/src/
DMain.java1162 Method test23 = main2.getMethod("test23", boolean.class); in main() local
1201 assertIntEquals((int)test23.invoke(null, true), 4); in main()
1202 assertIntEquals((int)test23.invoke(null, false), 5); in main()