Home
last modified time | relevance | path

Searched defs:pauseType (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_stats.cpp111 PandaString GCStats::GetPhasePauseStat(PauseTypeStats pauseType) in GetPhasePauseStat()
119 uint64_t GCStats::GetPhasePause(PauseTypeStats pauseType) in GetPhasePause()
209 void GCStats::AddPause(uint64_t pause, GCInstanceStats *instanceStats, PauseTypeStats pauseType) in AddPause()
228 …for (auto pauseType = PauseTypeStats::COMMON_PAUSE; pauseType != PauseTypeStats::PAUSE_TYPE_STATS_… in ResetLastPause() local
266 …Stats::GCScopedPauseStats(GCStats *stats, GCInstanceStats *instanceStats, PauseTypeStats pauseType) in GCScopedPauseStats()