Searched refs:ifGtz (Results 1 – 1 of 1) sorted by relevance
/art/test/083-compiler-regressions/src/ |
D | Main.java | 9755 private static int ifGtz(int src, int thn, int els) { return (src > 0) ? thn : els; } in ifGtz() method in MirOpSelectTests 9820 ifGtz(-1, 113, 213), 213, in testIfCcz() 9821 ifGtz(0, 114, 214), 214, in testIfCcz() 9822 ifGtz(1, 115, 215), 115, in testIfCcz()
|