Home
last modified time | relevance | path

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

/art/test/458-checker-instruction-simplification/src/
DMain.java1538 public static byte shortToCharToByte(short value) { in shortToCharToByte() method in Main
1788 assertIntEquals(0x34, shortToCharToByte((short) 0x1234)); in main()
1789 assertIntEquals(-0x10, shortToCharToByte((short) 0x12f0)); in main()
1790 assertIntEquals(0, shortToCharToByte(Short.MIN_VALUE)); in main()
1791 assertIntEquals(-1, shortToCharToByte(Short.MAX_VALUE)); in main()