Home
last modified time | relevance | path

Searched refs:COMPRESS_GC (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_stats.cpp37 PrintGCSummaryStatistic(GCType::COMPRESS_GC); in PrintStatisticResult()
199 case GCType::COMPRESS_GC: { in PrintGCMemoryStatistic()
256 case GCType::COMPRESS_GC: in PrintGCDurationStatistic()
290 case GCType::COMPRESS_GC: in CheckIfNeedPrint()
368 case GCType::COMPRESS_GC: { in PrintGCSummaryStatistic()
423 case GCType::COMPRESS_GC: { in RecordStatisticBeforeGC()
498 case GCType::COMPRESS_GC: { in RecordStatisticAfterGC()
520 if (gcType_ == GCType::COMPRESS_GC && scopeDuration_[Scope::ScopeId::TotalGC] > longPauseTime_) { in RecordStatisticAfterGC()
604 return GCType::COMPRESS_GC; in GetGCType()
H A Dgc_stats.h36 COMPRESS_GC, member in panda::ecmascript::GCType
118 case GCType::COMPRESS_GC: in GetGCTypeName()

Completed in 3 milliseconds