Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h81 return osr_method_threshold_; in OSRMethodThreshold()
205 uint16_t osr_method_threshold_; variable
Djit.cc175 osr_method_threshold_(0), in Jit()
207 jit->osr_method_threshold_ = options->GetOsrThreshold(); in Create()
661 DCHECK_GT(osr_method_threshold_, hot_method_threshold_); in AddSamples()
702 new_count = std::min(new_count, osr_method_threshold_ - 1); in AddSamples()
703 } else if (starting_count < osr_method_threshold_) { in AddSamples()
709 if ((new_count >= osr_method_threshold_) && !code_cache_->IsOsrCompiled(method)) { in AddSamples()