Home
last modified time | relevance | path

Searched defs:large (Results 1 – 2 of 2) sorted by relevance

/art/test/074-gc-thrash/src/
DMain.java111 Large large = new Large(); in runTests() local
/art/test/003-omnibus-opcodes/src/
DIntMath.java545 static void checkConsts(byte small, short medium, int large, long huge) { in checkConsts()