Home | History | Annotate | Download | only in jit

Lines Matching refs:warmup_threshold_

112     jit_options->warmup_threshold_ = *options.Get(RuntimeArgumentMap::JITWarmupThreshold);
114 jit_options->warmup_threshold_ = jit_options->compile_threshold_ / 2;
116 jit_options->warmup_threshold_ = RoundUpThreshold(jit_options->warmup_threshold_);
132 if (jit_options->priority_thread_weight_ > jit_options->warmup_threshold_) {
139 jit_options->warmup_threshold_ / Jit::kDefaultPriorityThreadWeightRatio,
146 if (jit_options->invoke_transition_weight_ > jit_options->warmup_threshold_) {
153 jit_options->warmup_threshold_ / Jit::kDefaultInvokeTransitionWeightRatio,