Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h80 return osr_threshold_; in GetOsrThreshold()
166 uint32_t osr_threshold_; variable
181 osr_threshold_(0), in JitOptions()
Djit.cc141 jit_options->osr_threshold_ = *options.Get(RuntimeArgumentMap::JITOsrThreshold); in CreateFromRuntimeArguments()
143 jit_options->osr_threshold_ = jit_options->compile_threshold_ * 2; in CreateFromRuntimeArguments()
144 if (jit_options->osr_threshold_ > kJitMaxThreshold) { in CreateFromRuntimeArguments()
145 jit_options->osr_threshold_ = in CreateFromRuntimeArguments()
149 jit_options->osr_threshold_ = RoundUp(jit_options->osr_threshold_, kJitThresholdStep); in CreateFromRuntimeArguments()
155 jit_options->osr_threshold_ = std::clamp(jit_options->osr_threshold_, in CreateFromRuntimeArguments()
160 jit_options->osr_threshold_ - kJitThresholdStep); in CreateFromRuntimeArguments()