Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:huge_method_threshold

876   int huge_method_threshold = CompilerOptions::kDefaultHugeMethodThreshold;
1014 if (!ParseInt(threshold, &huge_method_threshold)) {
1017 if (huge_method_threshold < 0) {
1018 Usage("--huge-method-max passed a negative value %s", huge_method_threshold);
1262 huge_method_threshold,