Searched refs:longAnd0xffToByte (Results 1 - 1 of 1) sorted by relevance

/art/test/458-checker-instruction-simplification/src/
H A DMain.java1562 /// CHECK-START: byte Main.longAnd0xffToByte(long) instruction_simplifier (before)
1570 /// CHECK-START: byte Main.longAnd0xffToByte(long) instruction_simplifier (after)
1575 /// CHECK-START: byte Main.longAnd0xffToByte(long) instruction_simplifier (after)
1578 public static byte longAnd0xffToByte(long value) { method in class:Main
1796 assertIntEquals(0x21, longAnd0xffToByte(0x1234432112344321L));
1797 assertIntEquals(0, longAnd0xffToByte(Long.MIN_VALUE));
1798 assertIntEquals(-1, longAnd0xffToByte(Long.MAX_VALUE));

Completed in 70 milliseconds