Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dsignal_catcher.cc185 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(), in Run()
H A Dthread_pool.cc146 worker->thread_pool_->create_peers_ ? runtime->GetSystemThreadGroup() : nullptr, in Callback()
H A Druntime.h299 EXPORT jobject GetSystemThreadGroup() const;
H A Druntime.cc359 GetSystemThreadGroup(), in ~Runtime()
2387 jobject Runtime::GetSystemThreadGroup() const { in GetSystemThreadGroup() function in art::Runtime
H A Dtrace.cc507 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(), in RunSamplingThread()
/aosp_15_r20/art/runtime/metrics/
H A Dreporter.cc124 runtime_->GetSystemThreadGroup(), in BackgroundThreadRun()
/aosp_15_r20/art/openjdkjvmti/
H A Dti_threadgroup.cc69 jobject sys_thread_group = runtime->GetSystemThreadGroup(); in GetTopThreadGroups()
/aosp_15_r20/art/runtime/jit/
H A Dprofile_saver.cc939 runtime->GetSystemThreadGroup(), in RunProfileSaverThread()
/aosp_15_r20/art/perfetto_hprof/
H A Dperfetto_hprof.cc1237 runtime->GetSystemThreadGroup(), /*create_peer=*/ false)) { in ArtPlugin_Initialize()