Searched refs:GetSystemThreadGroup (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | signal_catcher.cc | 186 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(), in Run()
|
D | runtime.h | 237 jobject GetSystemThreadGroup() const;
|
D | profiler.cc | 169 CHECK(runtime->AttachCurrentThread("Profiler", true, runtime->GetSystemThreadGroup(), in RunProfilerThread()
|
D | trace.cc | 282 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(), in RunSamplingThread()
|
D | runtime.cc | 1352 jobject Runtime::GetSystemThreadGroup() const { in GetSystemThreadGroup() function in art::Runtime
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 443 CHECK(runtime->AttachCurrentThread("JDWP", true, runtime->GetSystemThreadGroup(), in Run()
|
/art/runtime/jit/ |
D | profile_saver.cc | 353 runtime->GetSystemThreadGroup(), in RunProfileSaverThread()
|