Home
last modified time | relevance | path

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

/art/test/551-checker-shifter-operand/src/
DMain.java53 static long $noinline$byteToLong (byte v) { return (long)v; } in $noinline$byteToLong()
346 assertLongEquals(a + $noinline$byteToLong(b), a + (long)b); in $opt$validateExtendByteInt2()
/art/test/422-type-conversion/src/
DMain.java80 byteToLong(); in main()
140 private static void byteToLong() { in byteToLong() method in Main