Searched refs:profiler_ (Results 1 – 2 of 2) sorted by relevance
49 BackgroundMethodSamplingProfiler* BackgroundMethodSamplingProfiler::profiler_ = nullptr; member in art::BackgroundMethodSamplingProfiler125 profiler_(profiler) {} in SampleCheckpoint()138 GetSample(thread, this->profiler_); in Run()141 this->profiler_->GetBarrier().Pass(self); in Run()145 BackgroundMethodSamplingProfiler* const profiler_; member in art::FINAL336 if (profiler_ != nullptr) { in Start()345 profiler_ = new BackgroundMethodSamplingProfiler(output_filename, options); in Start()348 reinterpret_cast<void*>(profiler_)), in Start()362 profiler = profiler_; in Stop()377 profiler_ = nullptr; in Stop()
201 static BackgroundMethodSamplingProfiler* profiler_ GUARDED_BY(Locks::profiler_lock_);