Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/hybrid/mem/
Dexternal-gc.cpp62 ark::GCRootVisitor rootVisitor = [&visitor](const ark::mem::GCRoot &gcRoot) { in VisitStaticRoots()
/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.cpp716 …ptReferenceStorage_->VisitObjects([&cb](const mem::GCRoot &gcRoot) { cb(gcRoot.GetObjectHeader());… in VisitGCRoots()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp1603 …CRootVisitor gcMarkCollectionSet = [&objectsStack, &marker, &refPred, this](const GCRoot &gcRoot) { in CreateGCRootVisitor()
1973 GCRootVisitor gcMarkRoots = [&markingStack, &marker](const GCRoot &gcRoot) { in InitialMark()
2819 this->VisitClassRoots([this, objectsStack, marker](const GCRoot &gcRoot) { in ConcurrentMarkImpl()