Searched refs:start_counter_ (Results 1 – 2 of 2) sorted by relevance
115 start_counter_(0) { in GCTracer()140 start_counter_ = 0; in ResetForTesting()146 start_counter_++; in Start()147 if (start_counter_ != 1) return; in Start()216 start_counter_--; in Stop()217 if (start_counter_ != 0) { in Stop()224 DCHECK(start_counter_ >= 0); in Stop()
412 int start_counter_; variable