Searched refs:small_method_threshold (Results 1 – 2 of 2) sorted by relevance
70 size_t small_method_threshold, in CompilerOptions() argument87 small_method_threshold_(small_method_threshold), in CompilerOptions()
843 int small_method_threshold = CompilerOptions::kDefaultSmallMethodThreshold; in dex2oat() local985 if (!ParseInt(threshold, &small_method_threshold)) { in dex2oat()988 if (small_method_threshold < 0) { in dex2oat()989 Usage("--small-method-max passed a negative value %s", small_method_threshold); in dex2oat()1197 small_method_threshold, in dex2oat()