Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dsignal_catcher.cc176 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(), in Run()
H A Dthread_pool.cc131 worker->thread_pool_->create_peers_ ? runtime->GetSystemThreadGroup() : nullptr, in Callback()
H A Druntime.h266 jobject GetSystemThreadGroup() const;
H A Dtrace.cc277 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(), in RunSamplingThread()
H A Druntime.cc340 GetSystemThreadGroup(), in ~Runtime()
2163 jobject Runtime::GetSystemThreadGroup() const { in GetSystemThreadGroup() function in art::Runtime
/aosp12/art/runtime/metrics/
H A Dreporter.cc123 runtime_->GetSystemThreadGroup(), in BackgroundThreadRun()
/aosp12/art/openjdkjvmti/
H A Dti_threadgroup.cc69 jobject sys_thread_group = runtime->GetSystemThreadGroup(); in GetTopThreadGroups()
/aosp12/art/perfetto_hprof/
H A Dperfetto_hprof.cc900 runtime->GetSystemThreadGroup(), /*create_peer=*/ false)) { in ArtPlugin_Initialize()
/aosp12/art/runtime/jit/
H A Dprofile_saver.cc972 runtime->GetSystemThreadGroup(), in RunProfileSaverThread()