Home
last modified time | relevance | path

Searched refs:PriorityThreadWeight (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jit/
Djit-inl.h39 samples *= PriorityThreadWeight(); in AddSamples()
Djit.h210 uint16_t PriorityThreadWeight() const { in PriorityThreadWeight() function
Djit.cc862 DCHECK_GE(PriorityThreadWeight(), 1); in MaybeCompileMethod()
863 DCHECK_LE(PriorityThreadWeight(), HotMethodThreshold()); in MaybeCompileMethod()
/art/runtime/interpreter/mterp/
Dmterp.cc905 int32_t priority_thread_weight = jit->PriorityThreadWeight(); in MterpSetUpHotnessCountdown()