Searched defs:GCStats (Results 1 – 2 of 2) sorted by relevance
71 explicit GCStats(const Heap *heap) : heap_(heap) {} in GCStats() function72 GCStats(const Heap *heap, size_t longPuaseTime) : heap_(heap), in GCStats() function
48 class GCStats; variable