Home
last modified time | relevance | path

Searched refs:EmptyReferenceProcessPredicate (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgenerational-gc-base-inl.h103 GC::EmptyReferenceProcessPredicate); in VisitCardTableConcurrent()
Dgc.h143 static constexpr bool EmptyReferenceProcessPredicate([[maybe_unused]] const ObjectHeader *ref) in EmptyReferenceProcessPredicate() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/dynamic/
Dgc_marker_dynamic-inl.h110 … GetGC()->ProcessReference(objectsStack, nullptr, object, GC::EmptyReferenceProcessPredicate); in MarkInstance()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/static/
Dgc_marker_static-inl.h111 GetGC()->ProcessReference(objectsStack, cls, object, GC::EmptyReferenceProcessPredicate); in MarkInstance()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
Dgen-gc.cpp437 GC::EmptyReferenceProcessPredicate); in MarkRoots()
517 this->GetPandaVm()->HandleReferences(task, GC::EmptyReferenceProcessPredicate); in ReMark()
529 auto refPred = GC::EmptyReferenceProcessPredicate; in FullMark()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp1046 … this->MarkStack(&marker_, stack, CalcLiveBytesMarkPreprocess, GC::EmptyReferenceProcessPredicate); in MarkStackFull()
1280 GC::EmptyReferenceProcessPredicate); in MixedMarkAndCacheRefs()
1572 GC::EmptyReferenceProcessPredicate, in OnPauseMark()