Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/
Dstw-gc.cpp90 [&objectsStack, &useGcWorkers, this](const GCRoot &gcRoot) { in Mark()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
Dgen-gc.cpp182 GCRootVisitor gcMarkYoung = [&objectsStack, &youngMr, this](const GCRoot &gcRoot) { in MarkYoung()
429 GCRootVisitor gcMarkRoots = [this, &objectsStack, &refPred](const GCRoot &gcRoot) { in MarkRoots()
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp791 …ptReferenceStorage_->VisitObjects([&cb](const mem::GCRoot &gcRoot) { cb(gcRoot.GetObjectHeader());… in VisitGCRoots()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp1378 GCRootVisitor gcMarkCollectionSet = [&objectsStack, this](const GCRoot &gcRoot) { in CreateGCRootVisitorForMixedMark()
1823 GCRootVisitor gcMarkRoots = [this, &markingStack](const GCRoot &gcRoot) { in InitialMark()
2619 this->VisitClassRoots([this, objectsStack](const GCRoot &gcRoot) { in ConcurrentMarkImpl()