Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h65 return warmup_threshold_; in GetWarmupThreshold()
138 uint32_t warmup_threshold_; variable
151 warmup_threshold_(0), in JitOptions()
Djit.cc112 jit_options->warmup_threshold_ = *options.Get(RuntimeArgumentMap::JITWarmupThreshold); in CreateFromRuntimeArguments()
114 jit_options->warmup_threshold_ = jit_options->compile_threshold_ / 2; in CreateFromRuntimeArguments()
116 jit_options->warmup_threshold_ = RoundUpThreshold(jit_options->warmup_threshold_); in CreateFromRuntimeArguments()
132 if (jit_options->priority_thread_weight_ > jit_options->warmup_threshold_) { in CreateFromRuntimeArguments()
139 jit_options->warmup_threshold_ / Jit::kDefaultPriorityThreadWeightRatio, in CreateFromRuntimeArguments()
146 if (jit_options->invoke_transition_weight_ > jit_options->warmup_threshold_) { in CreateFromRuntimeArguments()
153 jit_options->warmup_threshold_ / Jit::kDefaultInvokeTransitionWeightRatio, in CreateFromRuntimeArguments()