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

  /art/runtime/jit/
jit.h 65 return warmup_threshold_;
138 uint32_t warmup_threshold_; member in class:art::jit::JitOptions
151 warmup_threshold_(0),
jit.cc 112 jit_options->warmup_threshold_ = *options.Get(RuntimeArgumentMap::JITWarmupThreshold);
114 jit_options->warmup_threshold_ = jit_options->compile_threshold_ / 2;
116 jit_options->warmup_threshold_ = RoundUpThreshold(jit_options->warmup_threshold_);
132 if (jit_options->priority_thread_weight_ > jit_options->warmup_threshold_) {
139 jit_options->warmup_threshold_ / Jit::kDefaultPriorityThreadWeightRatio,
146 if (jit_options->invoke_transition_weight_ > jit_options->warmup_threshold_) {
153 jit_options->warmup_threshold_ / Jit::kDefaultInvokeTransitionWeightRatio,
    [all...]

Completed in 8844 milliseconds