Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.cc51 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::SampleCheckpoint
339 if (profiler_ != nullptr) { in Start()
348 profiler_ = new BackgroundMethodSamplingProfiler(output_filename, options); in Start()
351 reinterpret_cast<void*>(profiler_)), in Start()
365 profiler = profiler_; in Stop()
380 profiler_ = nullptr; in Stop()
Dprofiler.h201 static BackgroundMethodSamplingProfiler* profiler_ GUARDED_BY(Locks::profiler_lock_);