Home
last modified time | relevance | path

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

/art/test/003-omnibus-opcodes/
Dexpected.txt25 IntMath.bigDivideOverflow
/art/test/003-omnibus-opcodes/src/
DIntMath.java525 static void bigDivideOverflow(int idiv, long ldiv) { in bigDivideOverflow() method in IntMath
607 bigDivideOverflow(-1, -1L); in run()