Searched refs:GetSystemThreadGroup (Results 1 – 9 of 9) sorted by relevance
/aosp12/art/runtime/ |
H A D | signal_catcher.cc | 176 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(), in Run()
|
H A D | thread_pool.cc | 131 worker->thread_pool_->create_peers_ ? runtime->GetSystemThreadGroup() : nullptr, in Callback()
|
H A D | runtime.h | 266 jobject GetSystemThreadGroup() const;
|
H A D | trace.cc | 277 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(), in RunSamplingThread()
|
H A D | runtime.cc | 340 GetSystemThreadGroup(), in ~Runtime() 2163 jobject Runtime::GetSystemThreadGroup() const { in GetSystemThreadGroup() function in art::Runtime
|
/aosp12/art/runtime/metrics/ |
H A D | reporter.cc | 123 runtime_->GetSystemThreadGroup(), in BackgroundThreadRun()
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_threadgroup.cc | 69 jobject sys_thread_group = runtime->GetSystemThreadGroup(); in GetTopThreadGroups()
|
/aosp12/art/perfetto_hprof/ |
H A D | perfetto_hprof.cc | 900 runtime->GetSystemThreadGroup(), /*create_peer=*/ false)) { in ArtPlugin_Initialize()
|
/aosp12/art/runtime/jit/ |
H A D | profile_saver.cc | 972 runtime->GetSystemThreadGroup(), in RunProfileSaverThread()
|