Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h61 return compile_threshold_; in GetCompileThreshold()
126 compile_threshold_ = 0; in SetJitAtFirstUse()
137 uint32_t compile_threshold_; variable
150 compile_threshold_(0), in JitOptions()
Djit.cc100 jit_options->compile_threshold_ = *options.Get(RuntimeArgumentMap::JITCompileThreshold); in CreateFromRuntimeArguments()
102 jit_options->compile_threshold_ = in CreateFromRuntimeArguments()
109 jit_options->compile_threshold_ = RoundUpThreshold(jit_options->compile_threshold_); in CreateFromRuntimeArguments()
114 jit_options->warmup_threshold_ = jit_options->compile_threshold_ / 2; in CreateFromRuntimeArguments()
121 jit_options->osr_threshold_ = jit_options->compile_threshold_ * 2; in CreateFromRuntimeArguments()