Home
last modified time | relevance | path

Searched refs:priority_thread_weight_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Djit.h93 return priority_thread_weight_; in PriorityThreadWeight()
206 uint16_t priority_thread_weight_; variable
226 return priority_thread_weight_; in GetPriorityThreadWeight()
274 uint16_t priority_thread_weight_; variable
286 priority_thread_weight_(0), in JitOptions()
Djit.cc118 jit_options->priority_thread_weight_ = in CreateFromRuntimeArguments()
120 if (jit_options->priority_thread_weight_ > jit_options->warmup_threshold_) { in CreateFromRuntimeArguments()
122 } else if (jit_options->priority_thread_weight_ == 0) { in CreateFromRuntimeArguments()
126 jit_options->priority_thread_weight_ = std::max( in CreateFromRuntimeArguments()
176 priority_thread_weight_(0), in Jit()
208 jit->priority_thread_weight_ = options->GetPriorityThreadWeight(); in Create()
662 DCHECK_GE(priority_thread_weight_, 1); in AddSamples()
663 DCHECK_LE(priority_thread_weight_, hot_method_threshold_); in AddSamples()
667 count *= priority_thread_weight_; in AddSamples()