Home
last modified time | relevance | path

Searched refs:roots (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/docs/diagrams/
Dg1gc-gc-activity.puactivity28 Class roots, string roots etc
29 __Heap roots collected via RemSets__;
30 :Mark objects by traversing object stack obtained from the roots;
Dgenerational-concurrent-major-gc-activity.puactivity19 :Initial mark(direct roots and roots from young space);
Dgc-mark.puactivity19 :Collect roots and mark them;
/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md27 - `--aot-string-gc-roots-limit` controls how many time the same string should be resolved before it…
40 - if PLT-slot's value is below `--aot-string-gc-roots-limit` then slot's value is incremented and t…
42 - if PLT-slot's value is above `--aot-string-gc-roots-limit` then slot's value is replaced by strin…
47 String pointers stored inside PLT-slots have to be treated as GC-roots to prevent its scavenge in c…
/arkcompiler/runtime_core/compiler/tests/
Dreg_alloc_common_test.cpp226 auto roots = save_state->GetRootsRegsMask(); in TEST_F() local
230 EXPECT_TRUE(roots.test(reg)); in TEST_F()
/arkcompiler/toolchain/build/config/aosp/
Dconfig.gni85 # like the toolchain roots.
/arkcompiler/runtime_core/docs/
Dmemory-management.md357 - support for precise/exact roots
407 1. Root scan for young gen, CardTable used for finding roots in old gen
415 1. Concurrent scan of static roots
455 1. Root scan for young gen, remembered sets used for finding roots in old gen
480 1. Concurrent scan of static roots
564 …eration(or inter-region references). In this case we always know external roots for the young gene…
569 …obj.field)); // call function which marks some memory range as containing roots for young generati…