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.h92 GC::EmptyReferenceProcessPredicate); in MarkImpl()
Dgc.h142 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.h109 GetGC()->ProcessReference(objectsStack, cls, object, GC::EmptyReferenceProcessPredicate); in MarkInstance()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
Dgen-gc.cpp441 GC::EmptyReferenceProcessPredicate); in MarkRoots()
521 this->GetPandaVm()->HandleReferences(task, GC::EmptyReferenceProcessPredicate); in ReMark()
533 auto refPred = GC::EmptyReferenceProcessPredicate; in FullMark()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp989 … this->MarkStack(&marker_, stack, CalcLiveBytesMarkPreprocess, GC::EmptyReferenceProcessPredicate); in MarkStackFull()
1088 GC::EmptyReferenceProcessPredicate); in MixedMarkAndCacheRefs()
1352 GC::EmptyReferenceProcessPredicate, in OnPauseMark()