Home
last modified time | relevance | path

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

/art/runtime/
Dsignal_catcher.cc186 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(), in Run()
Druntime.h216 jobject GetSystemThreadGroup() const;
Dprofiler.cc167 CHECK(runtime->AttachCurrentThread("Profiler", true, runtime->GetSystemThreadGroup(), in RunProfilerThread()
Dtrace.cc281 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(), in RunSamplingThread()
Druntime.cc1179 jobject Runtime::GetSystemThreadGroup() const { in GetSystemThreadGroup() function in art::Runtime
/art/runtime/jdwp/
Djdwp_main.cc440 CHECK(runtime->AttachCurrentThread("JDWP", true, runtime->GetSystemThreadGroup(), in Run()