Searched refs:warm_method_threshold_ (Results 1 – 2 of 2) sorted by relevance
89 return warm_method_threshold_; in WarmMethodThreshold()204 uint16_t warm_method_threshold_; variable
174 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()