HomeSort by relevance Sort by last modified time
    Searched refs:compile_threshold_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/jit/
jit.h 218 return compile_threshold_;
258 compile_threshold_ = 0;
265 size_t compile_threshold_; member in class:art::jit::JitOptions
277 compile_threshold_(0),
jit.cc 82 jit_options->compile_threshold_ = *options.Get(RuntimeArgumentMap::JITCompileThreshold);
84 jit_options->compile_threshold_ =
91 if (jit_options->compile_threshold_ > std::numeric_limits<uint16_t>::max()) {
101 jit_options->warmup_threshold_ = jit_options->compile_threshold_ / 2;
110 jit_options->osr_threshold_ = jit_options->compile_threshold_ * 2;

Completed in 71 milliseconds