Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_stats.cpp34 PrintGCSummaryStatistic(GCType::PARTIAL_EDEN_GC); in PrintStatisticResult()
171 case GCType::PARTIAL_EDEN_GC: { in PrintGCMemoryStatistic()
214 case GCType::PARTIAL_EDEN_GC: in PrintGCDurationStatistic()
281 case GCType::PARTIAL_EDEN_GC: in CheckIfNeedPrint()
312 case GCType::PARTIAL_EDEN_GC: { in PrintGCSummaryStatistic()
404 case GCType::PARTIAL_EDEN_GC: { in RecordStatisticBeforeGC()
441 case GCType::PARTIAL_EDEN_GC: { in RecordStatisticAfterGC()
534 if (gcType_ == GCType::PARTIAL_EDEN_GC) { in RecordGCSpeed()
587 return GCType::PARTIAL_EDEN_GC; in GetGCType()
598 return GCType::PARTIAL_EDEN_GC; in GetGCType()
[all...]
H A Dgc_stats.h33 PARTIAL_EDEN_GC, member in panda::ecmascript::GCType
112 case GCType::PARTIAL_EDEN_GC: in GetGCTypeName()
134 if (gcType_ == GCType::PARTIAL_EDEN_GC) { in GetAvgSurvivalRate()

Completed in 2 milliseconds