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

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

Completed in 36 milliseconds