Searched refs:mc_count_ (Results 1 – 2 of 2) sorted by relevance
100 int Heap::mc_count_ = 0; member in v8::internal::Heap506 mc_count_++; in MarkCompact()507 tracer->set_full_gc_count(mc_count_); in MarkCompact()2860 PrintF("mark-compact GC : %d\n", mc_count_); in ReportHeapStatistics()
921 static int mc_count_; // how many mark-compact collections happened variable