Searched refs:PriorityThreadWeight (Results 1 – 4 of 4) sorted by relevance
39 samples *= PriorityThreadWeight(); in AddSamples()
288 uint16_t PriorityThreadWeight() const { in PriorityThreadWeight() function
1534 DCHECK_GE(PriorityThreadWeight(), 1); in MaybeCompileMethod()1535 DCHECK_LE(PriorityThreadWeight(), HotMethodThreshold()); in MaybeCompileMethod()
902 int32_t priority_thread_weight = jit->PriorityThreadWeight(); in MterpSetUpHotnessCountdown()