Home
last modified time | relevance | path

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

/art/test/470-huge-method/
Dinfo.txt1 Test for huge method.
/art/test/061-out-of-memory/
Dexpected.txt2 Got expected huge-array OOM
/art/test/003-omnibus-opcodes/src/
DIntMath.java545 static void checkConsts(byte small, short medium, int large, long huge) { in checkConsts() argument
553 Main.assertTrue(huge == 0x9922334455667788L); // const-wide in checkConsts()