Home
last modified time | relevance | path

Searched defs:gc_root (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/gc/stw-gc/
Dstw-gc.cpp89 [&objects_stack, &use_gc_workers, this](const GCRoot &gc_root) { in Mark()
/arkcompiler/runtime_core/runtime/mem/gc/gen-gc/
Dgen-gc.cpp204 GCRootVisitor gc_mark_young = [&objects_stack, &young_mr, this](const GCRoot &gc_root) { in MarkYoung()
487 GCRootVisitor gc_mark_roots = [this, &objects_stack, &ref_pred](const GCRoot &gc_root) { in MarkRoots()
/arkcompiler/runtime_core/runtime/
Dthread.cpp737 …pt_reference_storage_->VisitObjects([&cb](const mem::GCRoot &gc_root) { cb(gc_root.GetObjectHeader… in VisitGCRoots()
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-gc.cpp862 … GCRootVisitor gc_mark_collection_set = [&objects_stack, this, &ref_pred](const GCRoot &gc_root) { in MixedMark()
1086 GCRootVisitor gc_mark_roots = [this, &conc_stack](const GCRoot &gc_root) { in StartMarking()