Searched refs:large (Results 1 – 9 of 9) sorted by relevance
1 Tests that the growth limit, used to impose the small and large Android2 conventions, can be cleared and the resulting heap is at least as large
1 Tests for large stack frames.
1 Simple test to check if large branch offset works correctly.
2 instrumentation of array loads with a large constant index, where we
112 Large large = new Large(); in runTests() local117 large.start(); in runTests()128 large.join(); in runTests()
12 largeFrame Stress large frame codegen
119 CORRECT (large)
545 static void checkConsts(byte small, short medium, int large, long huge) { in checkConsts() argument551 Main.assertTrue(large == -88888); // const in checkConsts()552 Main.assertTrue(large == -88888L); // const-wide/32 in checkConsts()
766 @ The offset to .Ldo_aput_null is too large to use cbz due to expansion from READ_BARRIER macro.