Home
last modified time | relevance | path

Searched refs:GetEcmaGCStats (Results 1 – 7 of 7) sorted by relevance

/ark/js_runtime/ecmascript/mem/
Dconcurrent_marker.cpp52 heap_->GetEcmaVM()->GetEcmaGCStats()->StatisticConcurrentMark(scope.GetPauseTime()); in ConcurrentMarking()
74 heap_->GetEcmaVM()->GetEcmaGCStats()->StatisticConcurrentRemark(scope.GetPauseTime()); in ReMarking()
Dmix_gc.cpp48 …heap_->GetEcmaVM()->GetEcmaGCStats()->StatisticMixGC(concurrentMark_, clockScope.GetPauseTime(), f… in RunPhases()
Dheap.cpp302 ecmaVm_->GetEcmaGCStats()->PrintStatisticResult(); in CollectGarbage()
319 GetEcmaVM()->GetEcmaGCStats()->PrintHeapStatisticResult(true); in ThrowOutOfMemoryError()
407 ecmaVm_->GetEcmaGCStats()->StatisticConcurrentMarkWait(clockScope.GetPauseTime()); in CheckConcurrentMark()
Dstw_young_gc_for_testing.cpp51 …heap_->GetEcmaVM()->GetEcmaGCStats()->StatisticSTWYoungGC(clockScope.GetPauseTime(), semiCopiedSiz… in RunPhases()
Dfull_gc.cpp46 …heap_->GetEcmaVM()->GetEcmaGCStats()->StatisticFullGC(clockScope.GetPauseTime(), youngAndOldAliveS… in RunPhases()
Dparallel_evacuation.cpp53 heap_->GetEcmaVM()->GetEcmaGCStats()->StatisticConcurrentEvacuate(clockScope.GetPauseTime()); in Evacuate()
/ark/js_runtime/ecmascript/
Decma_vm.h186 GCStats *GetEcmaGCStats() const in GetEcmaGCStats() function