Home
last modified time | relevance | path

Searched defs:gcStats (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dpartial_gc.cpp30 GCStats *gcStats = heap_->GetEcmaVM()->GetEcmaGCStats(); in RunPhases() local
H A Dfull_gc.cpp29 GCStats *gcStats = heap_->GetEcmaVM()->GetEcmaGCStats(); in RunPhases() local
H A Dgc_key_stats.h59 GCKeyStats(const Heap *heap, GCStats *gcStats) : heap_(heap), in GCKeyStats() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgenerational-gc-base.cpp60 GCInstanceStats *gcStats = this->GetStats(); in UpdateMemStats() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dmemory_manager.cpp60 GCStats *gcStats = allocator->New<GCStats>(memStats.get(), gcType, allocator); in Create() local
H A Dmemory_manager.h130 MemoryManager(InternalAllocatorPtr internalAllocator, HeapManager *heapManager, GC *gc, GCTrigger *gcTrigger, GCStats *gcStats, MemStatsType *memStats, GlobalObjectStorage *globalObjectStorage) MemoryManager() argument

Completed in 3 milliseconds