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