Home
last modified time | relevance | path

Searched refs:TryFillSweptRegion (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_concurrent_sweeper.cpp136 void SharedConcurrentSweeper::TryFillSweptRegion() in TryFillSweptRegion() function in panda::ecmascript::SharedConcurrentSweeper
139 sHeap_->GetOldSpace()->TryFillSweptRegion(); in TryFillSweptRegion()
141 sHeap_->GetNonMovableSpace()->TryFillSweptRegion(); in TryFillSweptRegion()
H A Dshared_concurrent_sweeper.h41 void TryFillSweptRegion();
H A Dshared_full_gc.cpp124 sHeap_->GetSweeper()->TryFillSweptRegion(); in Finish()
H A Dshared_gc.cpp128 sHeap_->GetSweeper()->TryFillSweptRegion(); in Finish()
H A Dshared_space.cpp189 if (TryFillSweptRegion()) { in AllocateAfterSweepingCompleted()
240 bool SharedSparseSpace::TryFillSweptRegion() in TryFillSweptRegion() function in panda::ecmascript::SharedSparseSpace
255 bool ret = TryFillSweptRegion(); in FinishFillSweptRegion()
H A Dshared_space.h59 bool TryFillSweptRegion();
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dconcurrent_sweeper.cpp140 void ConcurrentSweeper::TryFillSweptRegion() in TryFillSweptRegion() function in panda::ecmascript::ConcurrentSweeper
144 space->TryFillSweptRegion(); in TryFillSweptRegion()
H A Dconcurrent_sweeper.h56 void TryFillSweptRegion();
H A Dsparse_space.cpp105 if (TryFillSweptRegion()) { in AllocateAfterSweepingCompleted()
166 bool SparseSpace::TryFillSweptRegion() in TryFillSweptRegion() function in panda::ecmascript::SparseSpace
183 bool ret = TryFillSweptRegion(); in FinishFillSweptRegion()
H A Dfull_gc.cpp189 heap_->GetSweeper()->TryFillSweptRegion(); in Finish()
H A Dpartial_gc.cpp110 heap_->GetSweeper()->TryFillSweptRegion(); in Finish()
H A Dsparse_space.h75 bool TryFillSweptRegion();

Completed in 6 milliseconds