Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:large_method_threshold

877   int large_method_threshold = CompilerOptions::kDefaultLargeMethodThreshold;
1022 if (!ParseInt(threshold, &large_method_threshold)) {
1025 if (large_method_threshold < 0) {
1026 Usage("--large-method-max passed a negative value %s", large_method_threshold);
1263 large_method_threshold,