Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h96 return compile_threshold_; in GetCompileThreshold()
114 size_t compile_threshold_; variable
117 JitOptions() : use_jit_(false), code_cache_capacity_(0), compile_threshold_(0), in JitOptions()
Djit.cc39 jit_options->compile_threshold_ = in CreateFromRuntimeArguments()