Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dsparse_space.cpp62 if (sweepState_ == SweepState::SWEEPING) { in Allocate()
102 ASSERT(sweepState_ == SweepState::SWEEPING); in AllocateAfterSweepingCompleted()
127 sweepState_ = SweepState::SWEEPING; in PrepareSweeping()
232 if (sweepState_ != SweepState::SWEEPING) { in TryToGetSuitableSweptRegion()
390 if (sweepState_ == SweepState::SWEEPING) { in TryToGetExclusiveRegion()
494 if (sweepState_ == SweepState::SWEEPING) { in CheckRegionSize()
Dsparse_space.h45 SWEEPING, enumerator