Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.h187 return *profiler_barrier_; in GetBarrier()
228 std::unique_ptr<Barrier> profiler_barrier_; variable
Dprofiler.cc227 profiler->profiler_barrier_->Init(self, 0); in RunProfilerThread()
246 bool timed_out = profiler->profiler_barrier_->Increment(self, barrier_count, kWaitTimeoutMs); in RunProfilerThread()
398 profiler_barrier_(new Barrier(0)) { in BackgroundMethodSamplingProfiler()