Searched refs:osr_threshold_ (Results 1 – 2 of 2) sorted by relevance
214 return osr_threshold_; in GetOsrThreshold()254 size_t osr_threshold_; variable
80 jit_options->osr_threshold_ = *options.Get(RuntimeArgumentMap::JITOsrThreshold); in CreateFromRuntimeArguments()81 if (jit_options->osr_threshold_ > std::numeric_limits<uint16_t>::max()) { in CreateFromRuntimeArguments()85 jit_options->osr_threshold_ = jit_options->compile_threshold_ * 2; in CreateFromRuntimeArguments()86 if (jit_options->osr_threshold_ > std::numeric_limits<uint16_t>::max()) { in CreateFromRuntimeArguments()87 jit_options->osr_threshold_ = std::numeric_limits<uint16_t>::max(); in CreateFromRuntimeArguments()