Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.cc49 BackgroundMethodSamplingProfiler* BackgroundMethodSamplingProfiler::profiler_ = nullptr; member in art::BackgroundMethodSamplingProfiler
125 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::FINAL
336 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()
Dprofiler.h201 static BackgroundMethodSamplingProfiler* profiler_ GUARDED_BY(Locks::profiler_lock_);