Searched refs:ReachedCodeProfiler (Results 1 – 6 of 6) sorted by relevance
120 class ReachedCodeProfiler { class122 static ReachedCodeProfiler* GetInstance() { in GetInstance()123 static base::NoDestructor<ReachedCodeProfiler> instance; in GetInstance()127 ReachedCodeProfiler(const ReachedCodeProfiler&) = delete;128 ReachedCodeProfiler& operator=(const ReachedCodeProfiler&) = delete;196 ReachedCodeProfiler() in ReachedCodeProfiler() function in base::android::__anon862450060111::ReachedCodeProfiler200 ReachedCodeProfiler::GetInstance()->SendSignalToAllThreads(); in OnTimerNotify()260 friend class NoDestructor<ReachedCodeProfiler>;290 ReachedCodeProfiler::GetInstance()->Start(library_process_type, in InitReachedCodeProfilerAtStartup()295 return ReachedCodeProfiler::GetInstance()->IsEnabled(); in IsReachedCodeProfilerEnabled()
14 public class ReachedCodeProfiler { class15 private ReachedCodeProfiler() {} in ReachedCodeProfiler() method in ReachedCodeProfiler
408 "android/javatests/src/org/chromium/base/test/ReachedCodeProfiler.java",
4594 "test/android/javatests/src/org/chromium/base/test/ReachedCodeProfiler.java",
5328 "base/test/android/javatests/src/org/chromium/base/test/ReachedCodeProfiler.java",5354 … "$(location base/test/android/javatests/src/org/chromium/base/test/ReachedCodeProfiler.java) " +