Home
last modified time | relevance | path

Searched refs:GetSystemThreadGroup (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dsignal_catcher.cc186 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(), in Run()
Druntime.h237 jobject GetSystemThreadGroup() const;
Dprofiler.cc169 CHECK(runtime->AttachCurrentThread("Profiler", true, runtime->GetSystemThreadGroup(), in RunProfilerThread()
Dtrace.cc282 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(), in RunSamplingThread()
Druntime.cc1352 jobject Runtime::GetSystemThreadGroup() const { in GetSystemThreadGroup() function in art::Runtime
/art/runtime/jdwp/
Djdwp_main.cc443 CHECK(runtime->AttachCurrentThread("JDWP", true, runtime->GetSystemThreadGroup(), in Run()
/art/runtime/jit/
Dprofile_saver.cc353 runtime->GetSystemThreadGroup(), in RunProfileSaverThread()