Home | History | Annotate | Download | only in runtime

Lines Matching defs:profiler_

51 BackgroundMethodSamplingProfiler* BackgroundMethodSamplingProfiler::profiler_ = nullptr;
125 profiler_(profiler) {}
138 GetSample(thread, this->profiler_);
141 this->profiler_->GetBarrier().Pass(self);
145 BackgroundMethodSamplingProfiler* const profiler_;
339 if (profiler_ != nullptr) {
348 profiler_ = new BackgroundMethodSamplingProfiler(output_filename, options);
351 reinterpret_cast<void*>(profiler_)),
365 profiler = profiler_;
380 profiler_ = nullptr;