Lines Matching refs:gc_count_
112 gc_count_(0), in Heap()
382 gc_count_++; in GarbageCollectionPrologue()
530 tracer.set_gc_count(gc_count_); in CollectGarbage()
4835 if (gc_count_at_last_idle_gc_ == gc_count_) { in AdvanceIdleIncrementalMarking()
4841 gc_count_at_last_idle_gc_ = gc_count_; in AdvanceIdleIncrementalMarking()
4940 last_idle_notification_gc_count_ = gc_count_; in IdleGlobalGC()
4951 if (gc_count_ - last_idle_notification_gc_count_ < kGCsBetweenCleanup) { in IdleGlobalGC()
4956 last_idle_notification_gc_count_ = gc_count_; in IdleGlobalGC()
4962 last_idle_notification_gc_count_ = gc_count_; in IdleGlobalGC()
4971 last_idle_notification_gc_count_ = gc_count_; in IdleGlobalGC()
4976 last_idle_notification_gc_count_ = gc_count_; in IdleGlobalGC()
5020 title, gc_count_); in ReportHeapStatistics()
5998 PrintF("gc_count=%d ", gc_count_); in TearDown()
6626 gc_count_(0), in GCTracer()