Home
last modified time | relevance | path

Searched defs:GCStats (Results 1 – 2 of 2) 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/ets_runtime/ecmascript/
Decma_vm.h48 class GCStats; variable