Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h217 return compile_threshold_; in GetCompileThreshold()
264 compile_threshold_ = 0; in SetJitAtFirstUse()
271 size_t compile_threshold_; variable
283 compile_threshold_(0), in JitOptions()
Djit.cc83 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()