Home
last modified time | relevance | path

Searched defs:numRegions (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.h207 bool HaveTenuredSize(size_t numRegions) const in HaveTenuredSize()
212 bool HaveFreeRegions(size_t numRegions) const in HaveFreeRegions()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_space.cpp177 size_t numRegions = (regionsEnd - regionsBegin) / regionSize_; in Init() local
331 bool RegionPool::HaveFreeRegions(size_t numRegions, size_t regionSize) const in HaveFreeRegions()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1gc_test.cpp82 static constexpr size_t StringLengthFitIntoRegion(size_t numRegions) in StringLengthFitIntoRegion()
1292 size_t RefArrayLengthFitIntoRegion(size_t numRegions) in RefArrayLengthFitIntoRegion()
1302 void FillHeap(size_t numRegions, VMHandle<coretypes::Array> &holder, size_t startIndex) in FillHeap()