Home
last modified time | relevance | path

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

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