Searched refs:Sweep (Results 1 – 18 of 18) sorted by relevance
46 void ConcurrentSweeper::Sweep(bool fullGC) in Sweep() function in panda::ecmascript::ConcurrentSweeper64 heap_->GetOldSpace()->Sweep(); in Sweep()66 heap_->GetNonMovableSpace()->Sweep(); in Sweep()67 heap_->GetMachineCodeSpace()->Sweep(); in Sweep()69 heap_->GetHugeObjectSpace()->Sweep(); in Sweep()
48 Sweep(); in RunPhases()121 void PartialGC::Sweep() in Sweep() function in panda::ecmascript::PartialGC129 TRACE_GC(GCStats::Scope::ScopeId::Sweep, heap_->GetEcmaVM()->GetEcmaGCStats()); in Sweep()130 heap_->GetSweeper()->Sweep(); in Sweep()
45 Sweep(); in RunPhases()92 void FullGC::Sweep() in Sweep() function in panda::ecmascript::FullGC95 TRACE_GC(GCStats::Scope::ScopeId::Sweep, heap_->GetEcmaVM()->GetEcmaGCStats()); in Sweep()151 heap_->GetSweeper()->Sweep(true); in Sweep()
50 Sweep(); in RunPhases()94 void STWYoungGC::Sweep() in Sweep() function in panda::ecmascript::STWYoungGC97 TRACE_GC(GCStats::Scope::ScopeId::Sweep, heap_->GetEcmaVM()->GetEcmaGCStats()); in Sweep()
35 virtual void Sweep() = 0;
48 void Sweep() override;
39 void Sweep() override;
51 virtual void Sweep() override;
47 void Sweep(bool fullGC = false);
208 << STATS_DATA_FORMAT(scopeDuration_[Scope::ScopeId::Sweep]) << "ms\n" in PrintGCDurationStatistic()231 << STATS_DATA_FORMAT(scopeDuration_[Scope::ScopeId::Sweep]) << "ms\n" in PrintGCDurationStatistic()255 << STATS_DATA_FORMAT(scopeDuration_[Scope::ScopeId::Sweep]) << "ms\n" in PrintGCDurationStatistic()524 …e_t sweepSpeed = GetRecordData(RecordData::START_OBJ_SIZE) / scopeDuration_[Scope::ScopeId::Sweep]; in RecordGCSpeed()
105 void HugeObjectSpace::Sweep() in Sweep() function in panda::ecmascript::HugeObjectSpace
234 void Sweep();
71 void Sweep();
142 void SparseSpace::Sweep() in Sweep() function in panda::ecmascript::SparseSpace
19 :Sweep tenured space(remove non-marked objects);
26 :Sweep tenured space(remove non-marked objects);
62 V(Sweep) \
378 1. Sweep380 ### Concurrent Mark Sweep GC 409 1. Sweep eden419 1. Concurrent Sweep + Finalizers457 1. Sweep + finalizers483 1. Concurrent Sweep + Finalizers + Concurrent Copy & Compact