Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h208 return compile_threshold_; in GetCompileThreshold()
245 compile_threshold_ = 0; in SetJitAtFirstUse()
252 size_t compile_threshold_; variable
264 compile_threshold_(0), in JitOptions()
Djit.cc65 jit_options->compile_threshold_ = options.GetOrDefault(RuntimeArgumentMap::JITCompileThreshold); in CreateFromRuntimeArguments()
66 if (jit_options->compile_threshold_ > std::numeric_limits<uint16_t>::max()) { in CreateFromRuntimeArguments()
76 jit_options->warmup_threshold_ = jit_options->compile_threshold_ / 2; in CreateFromRuntimeArguments()
85 jit_options->osr_threshold_ = jit_options->compile_threshold_ * 2; in CreateFromRuntimeArguments()