Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/
Dmemory_manager.h30 class GCStats; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.h75 explicit GCStats(const Heap *heap) : heap_(heap) in GCStats() function
79 GCStats(const Heap *heap, size_t longPuaseTime) : heap_(heap), in GCStats() function
Dgc_key_stats.h32 class GCStats; variable
Dheap.h45 class GCStats; variable
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_stats.h35 class GCStats; variable
Dgc_stats.cpp124 GCStats::GCStats(MemStatsType *memStats, GCType gcTypeFromRuntime, InternalAllocatorPtr allocator) in GCStats() function in ark::mem::GCStats
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dresult.py62 class GCStats(Jsonable): class
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h62 class GCStats; variable