Searched refs:profiler_ (Results 1 – 2 of 2) sorted by relevance
193 profiler_(NULL) {} in Ticker()198 if (profiler_) profiler_->Insert(sample); in Tick()209 if (!profiler_ && IsActive() && !RuntimeProfiler::IsEnabled()) Stop(); in ClearWindow()213 ASSERT(profiler_ == NULL); in SetProfiler()214 profiler_ = profiler; in SetProfiler()221 profiler_ = NULL; in ClearProfiler()232 Profiler* profiler_; member in v8::internal::Ticker520 profiler_(NULL), in Logger()1272 return profiler_ == NULL || profiler_->paused(); in IsProfilerPaused()1278 if (profiler_ != NULL) { in PauseProfiler()[all …]
380 Profiler* profiler_; variable