Searched refs:priority_thread_weight_ (Results 1 – 2 of 2) sorted by relevance
87 return priority_thread_weight_; in PriorityThreadWeight()197 uint16_t priority_thread_weight_; variable217 return priority_thread_weight_; in GetPriorityThreadWeight()255 uint16_t priority_thread_weight_; variable
92 jit_options->priority_thread_weight_ = in CreateFromRuntimeArguments()94 if (jit_options->priority_thread_weight_ > jit_options->warmup_threshold_) { in CreateFromRuntimeArguments()96 } else if (jit_options->priority_thread_weight_ == 0) { in CreateFromRuntimeArguments()100 jit_options->priority_thread_weight_ = std::max( in CreateFromRuntimeArguments()177 jit->priority_thread_weight_ = options->GetPriorityThreadWeight(); in Create()605 DCHECK_GE(priority_thread_weight_, 1); in AddSamples()606 DCHECK_LE(priority_thread_weight_, hot_method_threshold_); in AddSamples()610 count *= priority_thread_weight_; in AddSamples()