Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h83 return priority_thread_weight_; in GetPriorityThreadWeight()
163 uint16_t priority_thread_weight_; variable
178 priority_thread_weight_(0), in JitOptions()
Djit.cc133 jit_options->priority_thread_weight_ = in CreateFromRuntimeArguments()
135 if (jit_options->priority_thread_weight_ > jit_options->warmup_threshold_) { in CreateFromRuntimeArguments()
137 } else if (jit_options->priority_thread_weight_ == 0) { in CreateFromRuntimeArguments()
141 jit_options->priority_thread_weight_ = std::max( in CreateFromRuntimeArguments()