Searched defs:GCStats (Results 1 – 5 of 5) sorted by relevance
32 explicit GCStats(const Heap *heap) : heap_(heap) {} in GCStats() function33 explicit GCStats(const Heap *heap, size_t longPuaseTime) : heap_(heap), in GCStats() function
29 class GCStats; variable
35 class GCStats; variable
112 GCStats::GCStats(MemStatsType *mem_stats, GCType gc_type_from_runtime, InternalAllocatorPtr allocat… in GCStats() function in panda::mem::GCStats
47 class GCStats; variable