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

  /art/runtime/jit/
jit.h 90 return warm_method_threshold_;
205 uint16_t warm_method_threshold_; member in class:art::jit::Jit
jit.cc 174 warm_method_threshold_(0),
204 jit->warm_method_threshold_ = options->GetWarmupThreshold();
649 DCHECK_GT(warm_method_threshold_, 0);
650 DCHECK_GT(hot_method_threshold_, warm_method_threshold_);
660 if (starting_count < warm_method_threshold_) {
661 if ((new_count >= warm_method_threshold_) &&

Completed in 230 milliseconds