Searched refs:GetSystemThreadGroup (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | signal_catcher.cc | 236 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(), in Run()
|
D | runtime.h | 220 jobject GetSystemThreadGroup() const;
|
D | trace.cc | 289 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(), in RunSamplingThread()
|
D | runtime.cc | 1603 jobject Runtime::GetSystemThreadGroup() const { in GetSystemThreadGroup() function in art::Runtime
|
/art/runtime/openjdkjvmti/ |
D | ti_threadgroup.cc | 69 jobject sys_thread_group = runtime->GetSystemThreadGroup(); in GetTopThreadGroups()
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 450 CHECK(runtime->AttachCurrentThread("JDWP", true, runtime->GetSystemThreadGroup(), in Run()
|
/art/runtime/jit/ |
D | profile_saver.cc | 575 runtime->GetSystemThreadGroup(), in RunProfileSaverThread()
|