Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h155 static bool ShouldUsePriorityThreadWeight();
Djit.cc122 bool Jit::ShouldUsePriorityThreadWeight() { in ShouldUsePriorityThreadWeight() function in art::jit::Jit
609 if (Jit::ShouldUsePriorityThreadWeight()) { in AddSamples()
/art/runtime/interpreter/mterp/
Dmterp.cc665 if (jit::Jit::ShouldUsePriorityThreadWeight()) { in MterpSetUpHotnessCountdown()