Searched defs:gcStats (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | partial_gc.cpp | 30 GCStats *gcStats = heap_->GetEcmaVM()->GetEcmaGCStats(); in RunPhases() local
|
H A D | full_gc.cpp | 29 GCStats *gcStats = heap_->GetEcmaVM()->GetEcmaGCStats(); in RunPhases() local
|
H A D | gc_key_stats.h | 59 GCKeyStats(const Heap *heap, GCStats *gcStats) : heap_(heap), in GCKeyStats() argument
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
H A D | generational-gc-base.cpp | 60 GCInstanceStats *gcStats = this->GetStats(); in UpdateMemStats() local [all...] |
/arkcompiler/runtime_core/static_core/runtime/mem/ |
H A D | memory_manager.cpp | 60 GCStats *gcStats = allocator->New<GCStats>(memStats.get(), gcType, allocator); in Create() local
|
H A D | memory_manager.h | 130 MemoryManager(InternalAllocatorPtr internalAllocator, HeapManager *heapManager, GC *gc, GCTrigger *gcTrigger, GCStats *gcStats, MemStatsType *memStats, GlobalObjectStorage *globalObjectStorage) MemoryManager() argument
|
Completed in 3 milliseconds