Searched refs:EmptyReferenceProcessPredicate (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | generational-gc-base-inl.h | 103 GC::EmptyReferenceProcessPredicate); in VisitCardTableConcurrent()
|
| D | gc.h | 143 static constexpr bool EmptyReferenceProcessPredicate([[maybe_unused]] const ObjectHeader *ref) in EmptyReferenceProcessPredicate() function
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/dynamic/ |
| D | gc_marker_dynamic-inl.h | 110 … GetGC()->ProcessReference(objectsStack, nullptr, object, GC::EmptyReferenceProcessPredicate); in MarkInstance()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/static/ |
| D | gc_marker_static-inl.h | 111 GetGC()->ProcessReference(objectsStack, cls, object, GC::EmptyReferenceProcessPredicate); in MarkInstance()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/ |
| D | gen-gc.cpp | 437 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/ |
| D | g1-gc.cpp | 1046 … this->MarkStack(&marker_, stack, CalcLiveBytesMarkPreprocess, GC::EmptyReferenceProcessPredicate); in MarkStackFull() 1280 GC::EmptyReferenceProcessPredicate); in MixedMarkAndCacheRefs() 1572 GC::EmptyReferenceProcessPredicate, in OnPauseMark()
|