Searched defs:longToByte (Results 1 - 1 of 1) sorted by relevance

/art/test/551-checker-shifter-operand/src/
H A DMain.java69 static byte $noinline$longToByte (long v) { if (doThrow) throw new Error(); return (byte)v; }
251 assertLongEquals((a & $noinline$LongShl(b, 5)) | (a & $noinline$longToByte(b)),
627 assertLongEquals(a + $noinline$longToByte (b), a + (byte)b);

Completed in 16 milliseconds