Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/
H A Dgclog.py23 from vmb.result import GCStats namespace
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_stats.cpp124 GCStats::GCStats(MemStatsType *memStats, GCType gcTypeFromRuntime, InternalAllocatorPtr allocator) in GCStats() function in ark::mem::GCStats
[all...]
H A Dgc_stats.h209 class GCStats { class
[all...]
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
H A Dresult.py62 class GCStats(Jsonable): class
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_stats.h70 class GCStats { class
74 explicit GCStats(const Heap *heap) : heap_(heap) {} in GCStats() function in panda::ecmascript::GCStats
75 GCStats(const Heap *heap, size_t longPuaseTime) : heap_(heap), in GCStats() function in panda::ecmascript::GCStats
[all...]

Completed in 3 milliseconds