Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit-inl.h30 inline bool Jit::ShouldUsePriorityThreadWeight(Thread* self) { in ShouldUsePriorityThreadWeight() function
38 if (Jit::ShouldUsePriorityThreadWeight(self)) { in AddSamples()
Djit.h275 static bool ShouldUsePriorityThreadWeight(Thread* self);
/art/runtime/interpreter/mterp/
Dmterp.cc904 if (jit::Jit::ShouldUsePriorityThreadWeight(self)) { in MterpSetUpHotnessCountdown()