Home
last modified time | relevance | path

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

/art/test/711-checker-type-conversion/src/
DMain.java146 private static void byteToInt() { in byteToInt() method in Main
243 byteToInt(); in main()
/art/test/551-checker-shifter-operand/src/
DMain.java52 static int $noinline$byteToInt (byte v) { return (int)v; } in $noinline$byteToInt()
344 assertIntEquals (a + $noinline$byteToInt (b), a + (int)b); in $opt$validateExtendByteInt2()
383 assertLongEquals(a + $noinline$byteToInt (b), a + (int)b); in $opt$validateExtendByteLong()