Home
last modified time | relevance | path

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

/art/runtime/
Dsignal_catcher.cc176 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(), in Run()
Dthread_pool.cc109 worker->thread_pool_->create_peers_ ? runtime->GetSystemThreadGroup() : nullptr, in Callback()
Druntime.h257 jobject GetSystemThreadGroup() const;
Dtrace.cc277 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(), in RunSamplingThread()
Druntime.cc329 GetSystemThreadGroup(), in ~Runtime()
1954 jobject Runtime::GetSystemThreadGroup() const { in GetSystemThreadGroup() function in art::Runtime
/art/openjdkjvmti/
Dti_threadgroup.cc69 jobject sys_thread_group = runtime->GetSystemThreadGroup(); in GetTopThreadGroups()
/art/perfetto_hprof/
Dperfetto_hprof.cc711 runtime->GetSystemThreadGroup(), /*create_peer=*/ false)) { in ArtPlugin_Initialize()
/art/runtime/jit/
Dprofile_saver.cc663 runtime->GetSystemThreadGroup(), in RunProfileSaverThread()