Home
last modified time | relevance | path

Searched refs:SetIsRuntimeThread (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dthread_pool.cc151 worker->thread_->SetIsRuntimeThread(true); in Callback()
H A Dthread.h1320 void SetIsRuntimeThread(bool is_runtime_thread) { in SetIsRuntimeThread() function
H A Druntime.cc1946 self->SetIsRuntimeThread(IsAotCompiler()); in Init()
/aosp_15_r20/art/runtime/jit/
H A Djit.cc1425 self_->SetIsRuntimeThread(true); in ScopedSetRuntimeThread()
1429 self_->SetIsRuntimeThread(was_runtime_thread_); in ~ScopedSetRuntimeThread()