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