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 83 return warm_method_threshold_;
195 uint16_t warm_method_threshold_; member in class:art::jit::Jit
jit.cc 175 jit->warm_method_threshold_ = options->GetWarmupThreshold();
602 DCHECK_GT(warm_method_threshold_, 0);
603 DCHECK_GT(hot_method_threshold_, warm_method_threshold_);
613 if (starting_count < warm_method_threshold_) {
614 if ((new_count >= warm_method_threshold_) &&

Completed in 46 milliseconds