Home
last modified time | relevance | path

Searched refs:num_dex_methods_threshold_ (Results 1 – 3 of 3) sorted by relevance

/art/compiler/driver/
Dcompiler_options.h146 return num_dex_methods_threshold_; in GetNumDexMethodsThreshold()
396 size_t num_dex_methods_threshold_; variable
Dcompiler_options.cc45 num_dex_methods_threshold_(kDefaultNumDexMethodsThreshold), in CompilerOptions()
Dcompiler_options_map-inl.h49 map.AssignIfExists(Base::NumDexMethodsThreshold, &options->num_dex_methods_threshold_); in ReadCompilerOptions()