Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.h32 explicit GCStats(const Heap *heap) : heap_(heap) {} in GCStats() function
33 explicit GCStats(const Heap *heap, size_t longPuaseTime) : heap_(heap), in GCStats() function
/arkcompiler/runtime_core/runtime/mem/
Dmemory_manager.h29 class GCStats; variable
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_stats.h35 class GCStats; variable
Dgc_stats.cpp112 GCStats::GCStats(MemStatsType *mem_stats, GCType gc_type_from_runtime, InternalAllocatorPtr allocat… in GCStats() function in panda::mem::GCStats
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h47 class GCStats; variable