Searched refs:GC (Results 1 – 22 of 22) sorted by relevance
/art/test/401-optimizing-compiler/ |
D | expected-stdout.txt | 5 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/ |
D | info.txt | 1 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/ |
D | expected-stdout.txt | 2 GC complete.
|
/art/test/160-read-barrier-stress/ |
D | info.txt | 1 Test stressing read barriers for CC GC.
|
/art/test/072-precise-gc/ |
D | info.txt | 1 Try to detect whether precise GC is working.
|
/art/test/125-gc-and-classloading/ |
D | info.txt | 1 Tests class loading and GC running in parallel.
|
/art/test/152-dead-large-object/ |
D | info.txt | 1 Test that large objects are freed properly after a GC.
|
/art/test/103-string-append/ |
D | info.txt | 1 Simple test that triggers GC by appending to a String.
|
/art/test/153-reference-stress/ |
D | info.txt | 1 Tests java.lang.ref.Reference.get() and GC running in parallel.
|
/art/test/1337-gc-coverage/ |
D | info.txt | 1 Tests internal GC functions which are not exposed through normal APIs.
|
/art/test/154-gc-loop/ |
D | info.txt | 1 Test that GC doesn't happen too often for a few small allocations.
|
/art/test/067-preemptive-unpark/ |
D | expected-stdout.txt | 2 GC'ing
|
/art/test/1338-gc-no-los/ |
D | info.txt | 1 Test that the GC works with no large object space. Regression test for b/64393515.
|
/art/test/659-unpadded-array/ |
D | info.txt | 1 Regression test for the concurrent GC whose region space had
|
/art/runtime/ |
D | mutator_gc_coord.md | 42 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/ |
D | info.txt | 1 Regression test for a bug that used to trigger GC crashes during a
|
/art/test/1004-checker-volatile-ref-load/ |
D | info.txt | 5 trigerring a SIGSEGV, when the Concurrent Copying GC is in the marking
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 582 @ 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/ |
D | Android.bp | 160 // We need this because GC stress mode makes use of
|
/art/compiler/optimizing/ |
D | side_effects_test.cc | 193 TEST(SideEffectsTest, GC) { in TEST() argument
|
/art/tools/ahat/ |
D | README.txt | 116 Show sample path from GC root with field names in place of dominator path.
|
/art/dex2oat/ |
D | Android.bp | 413 // We need this because GC stress mode makes use of
|