Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.h71 explicit GCStats(const Heap *heap) : heap_(heap) {} in GCStats() function
72 GCStats(const Heap *heap, size_t longPuaseTime) : heap_(heap), in GCStats() function
/arkcompiler/runtime_core/static_core/runtime/mem/
Dmemory_manager.h29 class GCStats; variable
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_stats.h35 class GCStats; variable
Dgc_stats.cpp125 GCStats::GCStats(MemStatsType *memStats, GCType gcTypeFromRuntime, InternalAllocatorPtr allocator) in GCStats() function in panda::mem::GCStats
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h50 class GCStats; variable