Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dupdate_remset_worker.cpp275 void UpdateRemsetWorker<LanguageConfig>::DoInvalidateRegions(RegionVector *regions) in DoInvalidateRegions()
284 void UpdateRemsetWorker<LanguageConfig>::GCInvalidateRegions(RegionVector *regions) in GCInvalidateRegions()
293 void UpdateRemsetWorker<LanguageConfig>::InvalidateRegions(RegionVector *regions) in InvalidateRegions()
Dg1-allocator.cpp308 PandaVector<Region *> regions = objectAllocator_->GetAllRegions(); in GetAllRegions() local
319 PandaVector<Region *> regions = nonmovableAllocator_->GetAllRegions(); in GetNonRegularRegions() local
448 void ObjectAllocatorG1<MT_MODE>::CompactTenuredRegions(const PandaVector<Region *> &regions, in CompactTenuredRegions()
Dg1-allocator.h138 void ResetRegions(const Container &regions) in ResetRegions()
Dg1-gc.cpp355 auto regionVisitor = [this](PandaVector<Region *> &regions) { in CollectNonRegularObjects()
905 auto regions = GetG1ObjectAllocator()->template GetTopGarbageRegions<false>(); in HaveGarbageRegions() local
912 auto regions = GetG1ObjectAllocator()->template GetTopGarbageRegions<false>(); in GetOldCollectionSetCandidatesNumber() local
927 …nguageConfig>::HaveGarbageRegions(const PandaPriorityQueue<std::pair<uint32_t, Region *>> &regions) in HaveGarbageRegions()
1844 auto regions = this->GetG1ObjectAllocator()->template GetTopGarbageRegions<false>(); in AddOldRegionsMaxAllowed() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_allocator-inl.h407 …tor<AllocConfigT, LockConfigT>::CompactSeveralSpecificRegions(const PandaVector<Region *> &regions, in CompactSeveralSpecificRegions()
557 …d RegionAllocator<AllocConfigT, LockConfigT>::ResetSeveralSpecificRegions(const Container &regions) in ResetSeveralSpecificRegions()
Drem_set-inl.h106 PandaUnorderedSet<Region *> regions; in GetDirtyRegions() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_cdg.h825 MapleVector<CDGRegion *> regions; // all regions in FCDG that use CDGRegionId as the index variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1gc_test.cpp374 PandaVector<Region *> regions; in TEST_F() local
395 PandaVector<Region *> regions; in TEST_F() local
Dregion_allocator_test.cpp807 static constexpr auto REGION_VISITOR = []([[maybe_unused]] PandaVector<Region *> &regions) {}; in __anon1251e0d51402()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js75379 this.regions = []; property
79504 this.regions = []; property