Searched refs:num_dex_methods_threshold (Results 1 – 2 of 2) sorted by relevance
73 size_t num_dex_methods_threshold, in CompilerOptions() argument91 num_dex_methods_threshold_(num_dex_methods_threshold), in CompilerOptions()
880 int num_dex_methods_threshold = CompilerOptions::kDefaultNumDexMethodsThreshold; in dex2oat() local1046 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()