Home
last modified time | relevance | path

Searched refs:GC (Results 1 – 22 of 22) sorted by relevance

/art/test/401-optimizing-compiler/
Dexpected-stdout.txt5 Forced GC
7 Forced GC
9 Forced GC
10 Forced GC
11 Forced GC
12 Forced GC
13 Forced GC
14 Forced GC
/art/test/102-concurrent-gc/
Dinfo.txt1 Test that attempts to hide objects from a concurrently running GC. The
2 concurrent GC should locate the "hidden" objects through a write-barrier.
/art/test/087-gc-after-link/
Dexpected-stdout.txt2 GC complete.
/art/test/160-read-barrier-stress/
Dinfo.txt1 Test stressing read barriers for CC GC.
/art/test/072-precise-gc/
Dinfo.txt1 Try to detect whether precise GC is working.
/art/test/125-gc-and-classloading/
Dinfo.txt1 Tests class loading and GC running in parallel.
/art/test/152-dead-large-object/
Dinfo.txt1 Test that large objects are freed properly after a GC.
/art/test/103-string-append/
Dinfo.txt1 Simple test that triggers GC by appending to a String.
/art/test/153-reference-stress/
Dinfo.txt1 Tests java.lang.ref.Reference.get() and GC running in parallel.
/art/test/1337-gc-coverage/
Dinfo.txt1 Tests internal GC functions which are not exposed through normal APIs.
/art/test/154-gc-loop/
Dinfo.txt1 Test that GC doesn't happen too often for a few small allocations.
/art/test/067-preemptive-unpark/
Dexpected-stdout.txt2 GC'ing
/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/659-unpadded-array/
Dinfo.txt1 Regression test for the concurrent GC whose region space had
/art/runtime/
Dmutator_gc_coord.md42 cooperate with the GC, doesn't delay GC completion. `@FastNative` and
44 remain "runnable", at the expense of potentially delaying GC operations for the
70 Conversely, `ScopedThreadSuspension`'s destructor waits until the GC has finished
92 via `SharedTryLock()`, or by the GC itself. However, more commonly
143 a thread because it is blocked, directly, or indirectly, on the GC completing
182 Waiting for something that may depend on the GC, while holding the mutator lock,
184 participating in GC checkpoints. Waiting while holding a lower-level lock like
196 weak reference processing is disabled; the GC may not issue further nonempty
200 the GC. Non-GC checkpoint or suspend requests that target a thread waiting on
205 situation in which the GC needs to suspend or checkpoint W2 by briefly stopping
[all …]
/art/test/1000-non-moving-space-stress/
Dinfo.txt1 Regression test for a bug that used to trigger GC crashes during a
/art/test/1004-checker-volatile-ref-load/
Dinfo.txt5 trigerring a SIGSEGV, when the Concurrent Copying GC is in the marking
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S582 @ save callee saves in case exception allocation triggers GC
813 SETUP_SAVE_REFS_ONLY_FRAME r1 @ save callee saves in case of GC
826 SETUP_SAVE_REFS_ONLY_FRAME r2 @ save callee saves in case of GC
839 SETUP_SAVE_REFS_ONLY_FRAME r3 @ save callee saves in case of GC
853 SETUP_SAVE_REFS_ONLY_FRAME r12 @ save callee saves in case of GC
872 SETUP_SAVE_EVERYTHING_FRAME r1, \runtime_method_offset @ save everything in case of GC
911 SETUP_SAVE_REFS_ONLY_FRAME r2 @ save callee saves in case of GC
937 SETUP_SAVE_REFS_ONLY_FRAME r2 @ save callee saves in case of GC
970 SETUP_SAVE_REFS_ONLY_FRAME r12 @ save callee saves in case of GC
984 SETUP_SAVE_REFS_ONLY_FRAME r12 @ save callee saves in case of GC
[all …]
/art/oatdump/
DAndroid.bp160 // We need this because GC stress mode makes use of
/art/compiler/optimizing/
Dside_effects_test.cc193 TEST(SideEffectsTest, GC) { in TEST() argument
/art/tools/ahat/
DREADME.txt116 Show sample path from GC root with field names in place of dominator path.
/art/dex2oat/
DAndroid.bp413 // We need this because GC stress mode makes use of