Searched refs:compile_threshold_ (Results 1 – 2 of 2) sorted by relevance
217 return compile_threshold_; in GetCompileThreshold()264 compile_threshold_ = 0; in SetJitAtFirstUse()271 size_t compile_threshold_; variable283 compile_threshold_(0), in JitOptions()
83 jit_options->compile_threshold_ = *options.Get(RuntimeArgumentMap::JITCompileThreshold); in CreateFromRuntimeArguments()85 jit_options->compile_threshold_ = in CreateFromRuntimeArguments()92 if (jit_options->compile_threshold_ > std::numeric_limits<uint16_t>::max()) { in CreateFromRuntimeArguments()102 jit_options->warmup_threshold_ = jit_options->compile_threshold_ / 2; in CreateFromRuntimeArguments()111 jit_options->osr_threshold_ = jit_options->compile_threshold_ * 2; in CreateFromRuntimeArguments()