Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h89 return warm_method_threshold_; in WarmMethodThreshold()
204 uint16_t warm_method_threshold_; variable
Djit.cc174 warm_method_threshold_(0), in Jit()
206 jit->warm_method_threshold_ = options->GetWarmupThreshold(); in Create()
659 DCHECK_GT(warm_method_threshold_, 0); in AddSamples()
660 DCHECK_GT(hot_method_threshold_, warm_method_threshold_); in AddSamples()
671 if (LIKELY(!method->IsNative()) && starting_count < warm_method_threshold_) { in AddSamples()
672 if ((new_count >= warm_method_threshold_) && in AddSamples()