HomeSort by relevance Sort by last modified time
    Searched refs:priority_thread_weight_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/jit/
jit.h 87 return priority_thread_weight_;
197 uint16_t priority_thread_weight_; member in class:art::jit::Jit
217 return priority_thread_weight_;
255 uint16_t priority_thread_weight_; member in class:art::jit::JitOptions
jit.cc 92 jit_options->priority_thread_weight_ =
94 if (jit_options->priority_thread_weight_ > jit_options->warmup_threshold_) {
96 } else if (jit_options->priority_thread_weight_ == 0) {
100 jit_options->priority_thread_weight_ = std::max(
177 jit->priority_thread_weight_ = options->GetPriorityThreadWeight();
605 DCHECK_GE(priority_thread_weight_, 1);
606 DCHECK_LE(priority_thread_weight_, hot_method_threshold_);
610 count *= priority_thread_weight_;

Completed in 150 milliseconds