Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_stats.cpp35 PrintGCSummaryStatistic(GCType::PARTIAL_YOUNG_GC); in PrintStatisticResult()
182 case GCType::PARTIAL_YOUNG_GC: { in PrintGCMemoryStatistic()
215 case GCType::PARTIAL_YOUNG_GC: in PrintGCDurationStatistic()
284 case GCType::PARTIAL_YOUNG_GC: in CheckIfNeedPrint()
333 case GCType::PARTIAL_YOUNG_GC: { in PrintGCSummaryStatistic()
410 case GCType::PARTIAL_YOUNG_GC: { in RecordStatisticBeforeGC()
461 case GCType::PARTIAL_YOUNG_GC: { in RecordStatisticAfterGC()
547 } else if (gcType_ == GCType::PARTIAL_YOUNG_GC) { in RecordGCSpeed()
589 return GCType::PARTIAL_YOUNG_GC; in GetGCType()
600 return GCType::PARTIAL_YOUNG_GC; in GetGCType()
[all...]
H A Dgc_stats.h34 PARTIAL_YOUNG_GC, member in panda::ecmascript::GCType
114 case GCType::PARTIAL_YOUNG_GC: in GetGCTypeName()

Completed in 3 milliseconds