HomeSort by relevance Sort by last modified time
    Searched refs:BackgroundMethodSamplingProfiler (Results 1 - 3 of 3) sorted by null

  /art/runtime/
profiler.cc 51 BackgroundMethodSamplingProfiler* BackgroundMethodSamplingProfiler::profiler_ = nullptr;
52 pthread_t BackgroundMethodSamplingProfiler::profiler_pthread_ = 0U;
53 volatile bool BackgroundMethodSamplingProfiler::shutting_down_ = false;
92 BackgroundMethodSamplingProfiler* profiler =
93 reinterpret_cast<BackgroundMethodSamplingProfiler*>(arg);
124 explicit SampleCheckpoint(BackgroundMethodSamplingProfiler* const profiler) :
145 BackgroundMethodSamplingProfiler* const profiler_;
148 bool BackgroundMethodSamplingProfiler::ShuttingDown(Thread* self) {
153 void* BackgroundMethodSamplingProfiler::RunProfilerThread(void* arg)
    [all...]
profiler.h 152 // The BackgroundMethodSamplingProfiler runs in a thread. Most of the time it is sleeping but
166 class BackgroundMethodSamplingProfiler {
189 explicit BackgroundMethodSamplingProfiler(
201 static BackgroundMethodSamplingProfiler* profiler_ GUARDED_BY(Locks::profiler_lock_);
232 DISALLOW_COPY_AND_ASSIGN(BackgroundMethodSamplingProfiler);
runtime.cc 176 BackgroundMethodSamplingProfiler::Shutdown();
    [all...]

Completed in 54 milliseconds