Searched refs:start_counter_ (Results 1 – 2 of 2) sorted by relevance
128 start_counter_(0) { in GCTracer()137 start_counter_++; in Start()138 if (start_counter_ != 1) return; in Start()189 start_counter_--; in Stop()190 if (start_counter_ != 0) { in Stop()197 DCHECK(start_counter_ >= 0); in Stop()
598 int start_counter_; variable