Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_stats.cpp161 void GCStats::StopCollectStats(GCInstanceStats *instance_stats) in StopCollectStats()
197 void GCStats::RecordPause(uint64_t pause, GCInstanceStats *instance_stats) in RecordPause()
206 void GCStats::RecordDuration(uint64_t duration, GCInstanceStats *instance_stats) in RecordDuration()
223 GCScopedStats::GCScopedStats(GCStats *stats, GCInstanceStats *instance_stats) in GCScopedStats()
235 GCScopedPauseStats::GCScopedPauseStats(GCStats *stats, GCInstanceStats *instance_stats) in GCScopedPauseStats()