Home
last modified time | relevance | path

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

/art/test/551-checker-shifter-operand/src/
DMain.java64 static long $noinline$shortToLong (short v) { if (doThrow) throw new Error(); return (long)v; } in $noinline$shortToLong()
365 assertLongEquals(a + $noinline$shortToLong (b), a + (long)b); in $opt$validateExtendShortInt2()
/art/test/422-type-conversion/src/
DMain.java81 shortToLong(); in main()
151 private static void shortToLong() { in shortToLong() method in Main