Searched refs:gc_count_ (Results 1 – 2 of 2) sorted by relevance
114 gc_count_(0), in Heap()266 if (FLAG_gc_global || (FLAG_stress_compaction && (gc_count_ & 1) != 0)) { in SelectGarbageCollector()418 gc_count_++; in GarbageCollectionPrologue()4596 gc_count_); in ReportHeapStatistics()5426 if ((FLAG_stress_compaction && (gc_count_ & 1) != 0) || in IncrementalMarkingLimitReached()5589 CHECK_EQ(0u, gc_count_); in CreateHeapObjects()
1438 int gc_count() const { return gc_count_; } in gc_count()2215 unsigned int gc_count_; variable