Home
last modified time | relevance | path

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

/art/runtime/
Dsignal_catcher.cc175 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(), in Run()
Druntime.h241 jobject GetSystemThreadGroup() const;
Dtrace.cc276 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(), in RunSamplingThread()
Druntime.cc322 GetSystemThreadGroup(), in ~Runtime()
1871 jobject Runtime::GetSystemThreadGroup() const { in GetSystemThreadGroup() function in art::Runtime
/art/openjdkjvmti/
Dti_threadgroup.cc69 jobject sys_thread_group = runtime->GetSystemThreadGroup(); in GetTopThreadGroups()
/art/runtime/jdwp/
Djdwp_main.cc563 CHECK(runtime->AttachCurrentThread("JDWP", true, runtime->GetSystemThreadGroup(), in Run()
/art/runtime/jit/
Dprofile_saver.cc643 runtime->GetSystemThreadGroup(), in RunProfileSaverThread()