Home
last modified time | relevance | path

Searched refs:large (Results 1 – 7 of 7) 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/421-large-frame/
Dinfo.txt1 Tests for large stack frames.
/art/test/702-LargeBranchOffset/
Dinfo.txt1 Simple test to check if large branch offset works correctly.
/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/083-compiler-regressions/
Dinfo.txt12 largeFrame Stress large frame codegen
/art/test/015-switch/
Dexpected.txt119 CORRECT (large)
/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()