Home
last modified time | relevance | path

Searched defs:regions (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-allocator.cpp265 PandaVector<Region *> regions = object_allocator_->GetAllRegions(); in GetAllRegions() local
276 PandaVector<Region *> regions = nonmovable_allocator_->GetAllRegions(); in GetNonRegularRegions() local
415 void ObjectAllocatorG1<MTMode>::CompactTenuredRegions(const PandaVector<Region *> &regions, in CompactTenuredRegions()
Dupdate_remset_thread.h121 void InvalidateRegions(PandaVector<Region *> *regions) in InvalidateRegions()
Dg1-allocator.h127 void ResetRegions(const PandaVector<Region *> &regions) in ResetRegions()
Dg1-gc.cpp301 auto region_visitor = [this](PandaVector<Region *> &regions) { in CollectNonRegularObjects()
686 … PandaVector<Region *> regions = GetG1ObjectAllocator()->template GetTopGarbageRegions<false>(1U); in HaveGarbageRegions() local
/arkcompiler/runtime_core/runtime/mem/
Dregion_allocator-inl.h291 PandaVector<Region *> regions; in GetTopGarbageRegions() local
336 …tor<AllocConfigT, LockConfigT>::CompactSeveralSpecificRegions(const PandaVector<Region *> &regions, in CompactSeveralSpecificRegions()
461 …cator<AllocConfigT, LockConfigT>::ResetSeveralSpecificRegions(const PandaVector<Region *> &regions) in ResetSeveralSpecificRegions()