Home
last modified time | relevance | path

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

/art/test/104-growth-limit/
Dinfo.txt1 Tests that the growth limit, used to impose the small and large Android
2 conventions, can be cleared and the resulting heap is at least as large
/art/test/074-gc-thrash/src/
DMain.java112 Large large = new Large(); in runTests() local
117 large.start(); in runTests()
128 large.join(); in runTests()
/art/test/015-switch/
Dexpected.txt3 CORRECT (large)
/art/test/083-compiler-regressions/
Dinfo.txt12 largeFrame Stress large frame codegen
/art/test/003-omnibus-opcodes/src/
DIntMath.java545 static void checkConsts(byte small, short medium, int large, long huge) { in checkConsts() argument
551 Main.assertTrue(large == -88888); // const in checkConsts()
552 Main.assertTrue(large == -88888L); // const-wide/32 in checkConsts()