Lines Matching refs:GCStats
31 void GCStats::PrintStatisticResult()
33 LOG_GC(INFO) << "/******************* GCStats statistic: *******************/";
41 void GCStats::PrintGCStatistic()
64 const char *GCStats::GCReasonToString()
69 const char *GCStats::GCReasonToString(GCReason reason)
99 float GCStats::GetConcurrrentMarkDuration()
104 void GCStats::PrintVerboseGCStatistic()
111 void GCStats::PrintGCMemoryStatistic()
210 void GCStats::PrintGCDurationStatistic()
277 bool GCStats::CheckIfNeedPrint(GCType type)
303 void GCStats::PrintGCSummaryStatistic(GCType type)
388 size_t GCStats::GetAccumulatedAllocateSize()
393 void GCStats::RecordStatisticBeforeGC(TriggerGCType gcType, GCReason reason)
434 void GCStats::RecordStatisticAfterGC()
528 void GCStats::RecordGCSpeed()
582 GCType GCStats::GetGCType(TriggerGCType gcType)
614 void GCStats::InitializeRecordList()
622 bool GCStats::CheckIfLongTimePause()