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.h72 size_t num_dex_methods_threshold, in CompilerOptions() argument
89 num_dex_methods_threshold_(num_dex_methods_threshold), in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc845 int num_dex_methods_threshold = CompilerOptions::kDefaultNumDexMethodsThreshold; in dex2oat() local
1001 if (!ParseInt(threshold, &num_dex_methods_threshold)) { in dex2oat()
1004 if (num_dex_methods_threshold < 0) { in dex2oat()
1005 Usage("--num-dex-methods passed a negative value %s", num_dex_methods_threshold); in dex2oat()
1199 num_dex_methods_threshold, in dex2oat()