Searched refs:UShrLongInt (Results 1 - 1 of 1) sorted by relevance

/art/test/442-checker-constant-folding/src/
H A DMain.java803 /// CHECK-START: long Main.UShrLongInt() constant_folding (before)
809 /// CHECK-START: long Main.UShrLongInt() constant_folding (after)
813 /// CHECK-START: long Main.UShrLongInt() constant_folding (after)
816 public static long UShrLongInt() { method in class:Main
1566 assertLongEquals(4611686018427387901L, UShrLongInt());

Completed in 33 milliseconds