Searched refs:profiler_ (Results 1 – 2 of 2) sorted by relevance
48 BackgroundMethodSamplingProfiler* BackgroundMethodSamplingProfiler::profiler_ = nullptr; member in art::BackgroundMethodSamplingProfiler127 profiler_(profiler) {} in SampleCheckpoint()140 GetSample(thread, this->profiler_); in Run()143 this->profiler_->GetBarrier().Pass(self); in Run()147 BackgroundMethodSamplingProfiler* const profiler_; member in art::FINAL340 if (profiler_ != nullptr) { in Start()349 profiler_ = new BackgroundMethodSamplingProfiler(output_filename, options); in Start()352 reinterpret_cast<void*>(profiler_)), in Start()366 profiler = profiler_; in Stop()381 profiler_ = nullptr; in Stop()
205 static BackgroundMethodSamplingProfiler* profiler_ GUARDED_BY(Locks::profiler_lock_);