Lines Matching refs:IsActive
195 ~Ticker() { if (IsActive()) Stop(); }
204 if (!IsActive()) Start();
209 if (!profiler_ && IsActive() && !RuntimeProfiler::IsEnabled()) Stop();
216 if (!FLAG_prof_lazy && !IsActive()) Start();
222 if (!window_ && IsActive() && !RuntimeProfiler::IsEnabled()) Stop();
1306 if (!FLAG_sliding_state_window && !ticker_->IsActive()) {
1324 return ticker_->IsActive();
1686 if (!ticker_->IsActive()) ticker_->Start();
1691 if (ticker_ != NULL && ticker_->IsActive()) ticker_->Stop();
1765 ASSERT(sampler->IsActive());
1777 ASSERT(sampler->IsActive());