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

  /art/runtime/jit/
jit.cc 173 hot_method_threshold_(0),
203 jit->hot_method_threshold_ = options->GetCompileThreshold();
650 DCHECK_GT(hot_method_threshold_, warm_method_threshold_);
651 DCHECK_GT(osr_method_threshold_, hot_method_threshold_);
653 DCHECK_LE(priority_thread_weight_, hot_method_threshold_);
682 new_count = std::min(new_count, hot_method_threshold_ - 1);
684 if (starting_count < hot_method_threshold_) {
685 if ((new_count >= hot_method_threshold_) &&
jit.h 86 return hot_method_threshold_;
204 uint16_t hot_method_threshold_; member in class:art::jit::Jit

Completed in 172 milliseconds