Home
last modified time | relevance | path

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

/art/test/003-omnibus-opcodes/
Dexpected.txt26 IntMath.checkConsts
43 FloatMath.checkConsts
/art/test/003-omnibus-opcodes/src/
DFloatMath.java269 static void checkConsts() { in checkConsts() method in FloatMath
347 checkConsts(); in run()
DIntMath.java545 static void checkConsts(byte small, short medium, int large, long huge) { in checkConsts() method in IntMath
609 checkConsts((byte) 1, (short) -256, -88888, 0x9922334455667788L); in run()