Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc76 uint32_t JitOptions::RoundUpThreshold(uint32_t threshold) { in RoundUpThreshold() function in art::jit::JitOptions
109 jit_options->compile_threshold_ = RoundUpThreshold(jit_options->compile_threshold_); in CreateFromRuntimeArguments()
116 jit_options->warmup_threshold_ = RoundUpThreshold(jit_options->warmup_threshold_); in CreateFromRuntimeArguments()
127 jit_options->osr_threshold_ = RoundUpThreshold(jit_options->osr_threshold_); in CreateFromRuntimeArguments()
Djit.h132 static uint32_t RoundUpThreshold(uint32_t threshold);