Home
last modified time | relevance | path

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

/art/runtime/
Dsignal_catcher.cc236 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(), in Run()
Druntime.h220 jobject GetSystemThreadGroup() const;
Dtrace.cc289 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(), in RunSamplingThread()
Druntime.cc1603 jobject Runtime::GetSystemThreadGroup() const { in GetSystemThreadGroup() function in art::Runtime
/art/runtime/openjdkjvmti/
Dti_threadgroup.cc69 jobject sys_thread_group = runtime->GetSystemThreadGroup(); in GetTopThreadGroups()
/art/runtime/jdwp/
Djdwp_main.cc450 CHECK(runtime->AttachCurrentThread("JDWP", true, runtime->GetSystemThreadGroup(), in Run()
/art/runtime/jit/
Dprofile_saver.cc575 runtime->GetSystemThreadGroup(), in RunProfileSaverThread()