Lines Matching full:small_method_threshold
878 int small_method_threshold = CompilerOptions::kDefaultSmallMethodThreshold;1030 if (!ParseInt(threshold, &small_method_threshold)) {1033 if (small_method_threshold < 0) {1034 Usage("--small-method-max passed a negative value %s", small_method_threshold);1264 small_method_threshold,