Searched refs:GetSystemThreadGroup (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | signal_catcher.cc | 186 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(), in Run()
|
D | runtime.h | 216 jobject GetSystemThreadGroup() const;
|
D | profiler.cc | 167 CHECK(runtime->AttachCurrentThread("Profiler", true, runtime->GetSystemThreadGroup(), in RunProfilerThread()
|
D | trace.cc | 281 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(), in RunSamplingThread()
|
D | runtime.cc | 1179 jobject Runtime::GetSystemThreadGroup() const { in GetSystemThreadGroup() function in art::Runtime
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 440 CHECK(runtime->AttachCurrentThread("JDWP", true, runtime->GetSystemThreadGroup(), in Run()
|