Home
last modified time | relevance | path

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

/art/test/003-omnibus-opcodes/
Dexpected.txt22 IntMath.longShiftCheck
/art/test/003-omnibus-opcodes/src/
DIntMath.java438 static long longShiftCheck(long[] results) { in longShiftCheck() method in IntMath
600 long longRet = longShiftCheck(longResults); in run()