Home
last modified time | relevance | path

Searched refs:SWEEPING (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dsparse_space.cpp57 if (sweepState_ == SweepState::SWEEPING) { in Allocate()
97 ASSERT(sweepState_ == SweepState::SWEEPING); in AllocateAfterSweepingCompleted()
122 sweepState_ = SweepState::SWEEPING; in PrepareSweeping()
227 if (sweepState_ != SweepState::SWEEPING) { in TryToGetSuitableSweptRegion()
385 if (sweepState_ == SweepState::SWEEPING) { in TryToGetExclusiveRegion()
489 if (sweepState_ == SweepState::SWEEPING) { in CheckRegionSize()
Dsparse_space.h45 SWEEPING, enumerator