Home
last modified time | relevance | path

Searched refs:GetPriorityThreadWeight (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Djit.h216 uint16_t GetPriorityThreadWeight() const { in GetPriorityThreadWeight() function
Djit.cc177 jit->priority_thread_weight_ = options->GetPriorityThreadWeight(); in Create()