Home
last modified time | relevance | path

Searched refs:GetZygoteThreadPoolPthreadPriority (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Djit.h114 int GetZygoteThreadPoolPthreadPriority() const { in GetZygoteThreadPoolPthreadPriority() function
278 int GetZygoteThreadPoolPthreadPriority() const { in GetZygoteThreadPoolPthreadPriority() function
279 return options_->GetZygoteThreadPoolPthreadPriority(); in GetZygoteThreadPoolPthreadPriority()
Djit.cc1211 ? options_->GetZygoteThreadPoolPthreadPriority() in CreateThreadPool()
1721 ? options_->GetZygoteThreadPoolPthreadPriority() in PostZygoteFork()
/art/runtime/
Druntime.cc776 IsZygote() ? jit->GetZygoteThreadPoolPthreadPriority() in PostZygoteFork()