Home
last modified time | relevance | path

Searched defs:GCKeyStats (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_key_stats.h60 explicit GCKeyStats(const Heap *heap) : heap_(heap) {} in GCKeyStats() function
61 GCKeyStats(const Heap *heap, GCStats *gcStats) : heap_(heap), in GCKeyStats() function
Dheap.h46 class GCKeyStats; variable
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h63 class GCKeyStats; variable