Searched refs:GetEcmaGCStats (Results 1 – 7 of 7) sorted by relevance
52 heap_->GetEcmaVM()->GetEcmaGCStats()->StatisticConcurrentMark(scope.GetPauseTime()); in ConcurrentMarking()74 heap_->GetEcmaVM()->GetEcmaGCStats()->StatisticConcurrentRemark(scope.GetPauseTime()); in ReMarking()
48 …heap_->GetEcmaVM()->GetEcmaGCStats()->StatisticMixGC(concurrentMark_, clockScope.GetPauseTime(), f… in RunPhases()
302 ecmaVm_->GetEcmaGCStats()->PrintStatisticResult(); in CollectGarbage()319 GetEcmaVM()->GetEcmaGCStats()->PrintHeapStatisticResult(true); in ThrowOutOfMemoryError()407 ecmaVm_->GetEcmaGCStats()->StatisticConcurrentMarkWait(clockScope.GetPauseTime()); in CheckConcurrentMark()
51 …heap_->GetEcmaVM()->GetEcmaGCStats()->StatisticSTWYoungGC(clockScope.GetPauseTime(), semiCopiedSiz… in RunPhases()
46 …heap_->GetEcmaVM()->GetEcmaGCStats()->StatisticFullGC(clockScope.GetPauseTime(), youngAndOldAliveS… in RunPhases()
53 heap_->GetEcmaVM()->GetEcmaGCStats()->StatisticConcurrentEvacuate(clockScope.GetPauseTime()); in Evacuate()
186 GCStats *GetEcmaGCStats() const in GetEcmaGCStats() function