Home
last modified time | relevance | path

Searched refs:profiler_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dprofiler.cc48 BackgroundMethodSamplingProfiler* BackgroundMethodSamplingProfiler::profiler_ = nullptr; member in art::BackgroundMethodSamplingProfiler
127 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::FINAL
340 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()
Dprofiler.h205 static BackgroundMethodSamplingProfiler* profiler_ GUARDED_BY(Locks::profiler_lock_);