Home
last modified time | relevance | path

Searched refs:PARTIAL_YOUNG_GC (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.cpp37 PrintGCSummaryStatistic(GCType::PARTIAL_YOUNG_GC); in PrintStatisticResult()
66 case GCType::PARTIAL_YOUNG_GC: in GetGCTypeName()
164 case GCType::PARTIAL_YOUNG_GC: { in PrintGCMemoryStatistic()
212 case GCType::PARTIAL_YOUNG_GC: in PrintGCDurationStatistic()
271 case GCType::PARTIAL_YOUNG_GC: in CheckIfNeedPrint()
319 case GCType::PARTIAL_YOUNG_GC: { in PrintGCSummaryStatistic()
390 case GCType::PARTIAL_YOUNG_GC: { in RecordStatisticBeforeGC()
440 case GCType::PARTIAL_YOUNG_GC: { in RecordStatisticAfterGC()
508 if (gcType_ == GCType::PARTIAL_YOUNG_GC) { in RecordGCSpeed()
545 return heap_->IsFullMark() ? GCType::PARTIAL_OLD_GC : GCType::PARTIAL_YOUNG_GC; in GetGCType()
[all …]
Dgc_stats.h33 PARTIAL_YOUNG_GC, enumerator