Home
last modified time | relevance | path

Searched refs:start_counter_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dgc-tracer.cc115 start_counter_(0) { in GCTracer()
140 start_counter_ = 0; in ResetForTesting()
145 DCHECK(current_.type == Event::SCAVENGER || start_counter_ > 1); in NotifyYoungGenerationHandling()
153 start_counter_++; in Start()
154 if (start_counter_ != 1) return; in Start()
222 start_counter_--; in Stop()
223 if (start_counter_ != 0) { in Stop()
230 DCHECK(start_counter_ >= 0); in Stop()
Dgc-tracer.h425 int start_counter_; variable