Home
last modified time | relevance | path

Searched refs:IsInCollectionSet (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-marker.h88 if (!objRegion->IsInCollectionSet()) { in MarkIfNotMarked()
Dg1-gc.h264 bool IsInCollectionSet(ObjectHeader *object);
Dg1-gc.cpp1018 return objRegion->IsInCollectionSet(); in InGCSweepRange()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_space.h213 bool IsInCollectionSet() const in IsInCollectionSet() function