Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h73 size_t num_dex_methods_threshold, in CompilerOptions() argument
91 num_dex_methods_threshold_(num_dex_methods_threshold), in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc880 int num_dex_methods_threshold = CompilerOptions::kDefaultNumDexMethodsThreshold; in dex2oat() local
1046 if (!ParseInt(threshold, &num_dex_methods_threshold)) { in dex2oat()
1049 if (num_dex_methods_threshold < 0) { in dex2oat()
1050 Usage("--num-dex-methods passed a negative value %s", num_dex_methods_threshold); in dex2oat()
1266 num_dex_methods_threshold, in dex2oat()