Searched defs:gcRoot (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/ |
| D | stw-gc.cpp | 89 [&objectsStack, &useGcWorkers, this](const GCRoot &gcRoot) { in Mark()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/ |
| D | gen-gc.cpp | 181 GCRootVisitor gcMarkYoung = [&objectsStack, &youngMr, this](const GCRoot &gcRoot) { in MarkYoung() 428 GCRootVisitor gcMarkRoots = [this, &objectsStack, &refPred](const GCRoot &gcRoot) { in MarkRoots()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | thread.cpp | 791 …ptReferenceStorage_->VisitObjects([&cb](const mem::GCRoot &gcRoot) { cb(gcRoot.GetObjectHeader());… in VisitGCRoots()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1-gc.cpp | 1271 GCRootVisitor gcMarkCollectionSet = [&objectsStack, this, &refPred](const GCRoot &gcRoot) { in MixedMarkAndCacheRefs() 1719 GCRootVisitor gcMarkRoots = [this, &markingStack](const GCRoot &gcRoot) { in InitialMark() 2513 this->VisitClassRoots([this, objectsStack](const GCRoot &gcRoot) { in ConcurentMarkImpl()
|