Home
last modified time | relevance | path

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

/art/test/003-omnibus-opcodes/src/
DIntMath.java279 static void divLiteralTestBody(int start, int count) { in divLiteralTestBody() method in IntMath
345 divLiteralTestBody(-1000, 2000); in divLiteralTest()
346 divLiteralTestBody(0x7fffffff-2000, 2000); in divLiteralTest()
347 divLiteralTestBody(0xfff0ffff, 2000); in divLiteralTest()