Home
last modified time | relevance | path

Searched refs:large (Results 1 – 21 of 21) 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/154-gc-loop/
Dexpected.txt2 Finalize count too large: false
/art/test/152-dead-large-object/
Dinfo.txt1 Test that large objects are freed properly after a GC.
/art/test/702-LargeBranchOffset/
Dinfo.txt1 Simple test to check if large branch offset works correctly.
/art/test/1338-gc-no-los/
Dinfo.txt1 Test that the GC works with no large object space. Regression test for b/64393515.
/art/test/1001-app-image-regions/
Dexpected.txt4 App image section size large enough true
/art/test/080-oom-fragmentation/
Dinfo.txt1 Test that the allocator can go from a full heap to an empty one and is able to allocate a large
/art/test/635-checker-arm64-volatile-load-cc/
Dinfo.txt2 not exhausted when generating a volatile field load with a large
/art/test/572-checker-array-get-regression/
Dinfo.txt2 instrumentation of array loads with a large constant index, where we
/art/test/646-checker-arraycopy-large-cst-pos/
Dinfo.txt2 pool during the emission of a SystemArrayCopy intrinsic with a large
/art/test/074-gc-thrash/src/
DMain.java111 Large large = new Large(); in runTests() local
116 large.start(); in runTests()
127 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/175-alloc-big-bignums/
Dinfo.txt1 Allocate large numbers of huge BigIntegers in rapid succession. Most of the
/art/tools/runtime_memusage/
DREADME4 These set of executables are useful for condensing large amounts of memory reads
92 a large subset of symbolized traces. Splits
/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()
/art/tools/jvmti-agents/field-counts/
DREADME.md4 how large the objects referenced by these fields are.
/art/tools/jfuzz/
DREADME.md119 in an unexpected way. Fuzzing refers to feeding a large amount of random data
/art/test/988-method-trace/
Dexpected.txt510 …ingBuffer.append(java.lang.String) -> <class java.lang.StringBuffer: some large string bufferhello>
514 …String java.lang.StringBuffer.toString() -> <class java.lang.String: some large string bufferhello>
516 …gBuilder.append(java.lang.String) -> <class java.lang.StringBuilder: some large string builderhell…
520 …tring java.lang.StringBuilder.toString() -> <class java.lang.String: some large string builderhell…
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S777 @ The offset to .Ldo_aput_null is too large to use cbz due to expansion from READ_BARRIER macro.