Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/jit/
H A Djit_options.h45 return optimize_threshold_; in GetOptimizeThreshold()
110 optimize_threshold_ = 0; in SetJitAtFirstUse()
131 uint32_t optimize_threshold_; variable
146 optimize_threshold_(0), in JitOptions()
H A Djit_options.cc66 jit_options->optimize_threshold_ = kIsDebugBuild in CreateFromRuntimeArguments()
76 jit_options->optimize_threshold_ = *options.Get(RuntimeArgumentMap::JITOptimizeThreshold); in CreateFromRuntimeArguments()
78 DCHECK_LE(jit_options->optimize_threshold_, kJitMaxThreshold); in CreateFromRuntimeArguments()