Home
last modified time | relevance | path

Searched defs:regions (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-allocator.h138 void ResetRegions(const Container &regions) in ResetRegions() argument
H A Dupdate_remset_worker.cpp275 void UpdateRemsetWorker<LanguageConfig>::DoInvalidateRegions(RegionVector *regions) in DoInvalidateRegions() argument
284 void UpdateRemsetWorker<LanguageConfig>::GCInvalidateRegions(RegionVector *regions) in GCInvalidateRegions() argument
293 void UpdateRemsetWorker<LanguageConfig>::InvalidateRegions(RegionVector *regions) in InvalidateRegions() argument
H A Dg1-allocator.cpp308 PandaVector<Region *> regions = objectAllocator_->GetAllRegions(); in GetAllRegions() local
319 PandaVector<Region *> regions = nonmovableAllocator_->GetAllRegions(); in GetNonRegularRegions() local
445 CompactTenuredRegions(const PandaVector<Region *> &regions, const GCObjectVisitor &deathChecker, const ObjectVisitorEx &moveChecker) CompactTenuredRegions() argument
[all...]
H A Dg1-gc.cpp941 auto regions = GetG1ObjectAllocator()->template GetTopGarbageRegions<false>(); HaveGarbageRegions() local
948 auto regions = GetG1ObjectAllocator()->template GetTopGarbageRegions<false>(); GetOldCollectionSetCandidatesNumber() local
963 HaveGarbageRegions(const PandaPriorityQueue<std::pair<uint32_t, Region *>> &regions) HaveGarbageRegions() argument
1938 auto regions = this->GetG1ObjectAllocator()->template GetTopGarbageRegions<false>(); AddOldRegionsMaxAllowed() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Drem_set-inl.h106 PandaUnorderedSet<Region *> regions; in GetDirtyRegions() local
H A Dregion_allocator-inl.h407 void RegionAllocator<AllocConfigT, LockConfigT>::CompactSeveralSpecificRegions(const PandaVector<Region *> &regions, in CompactSeveralSpecificRegions() argument
564 void RegionAllocator<AllocConfigT, LockConfigT>::ResetSeveralSpecificRegions(const Container &regions) in ResetSeveralSpecificRegions() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dg1gc_test.cpp374 PandaVector<Region *> regions; in TEST_F() local
395 PandaVector<Region *> regions; in TEST_F() local
[all...]

Completed in 9 milliseconds