Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgenerational-gc-base.cpp60 GCInstanceStats *gcStats = this->GetStats(); in UpdateMemStats() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dpartial_gc.cpp34 GCStats *gcStats = heap_->GetEcmaVM()->GetEcmaGCStats(); in RunPhases() local
Dconcurrent_marker.cpp79 GCStats *gcStats = heap_->GetEcmaVM()->GetEcmaGCStats(); in Mark() local
Dgc_key_stats.h61 GCKeyStats(const Heap *heap, GCStats *gcStats) : heap_(heap), in GCKeyStats()
Dfull_gc.cpp33 GCStats *gcStats = heap_->GetEcmaVM()->GetEcmaGCStats(); in RunPhases() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dmemory_manager.cpp62 GCStats *gcStats = allocator->New<GCStats>(memStats.get(), gcType, allocator); in Create() local
Dmemory_manager.h133 GCTrigger *gcTrigger, GCStats *gcStats, MemStatsType *memStats, in MemoryManager()
/arkcompiler/ets_runtime/common_components/heap/collector/
Dmarking_collector.cpp600 GCStats& gcStats = GetGCStats(); in PreGarbageCollection() local
631 GCStats& gcStats = GetGCStats(); in UpdateGCStats() local
761 GCStats& gcStats = GetGCStats(); in RunGarbageCollection() local