Home
last modified time | relevance | path

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

/art/test/436-shift-constant/src/
DMain.java20 assertEquals(0x8000000000000000L, doShiftLong(1L)); in main()
27 public static long doShiftLong(long value) { in doShiftLong() method in Main