Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:tiny_method_threshold

879   int tiny_method_threshold = CompilerOptions::kDefaultTinyMethodThreshold;
1038 if (!ParseInt(threshold, &tiny_method_threshold)) {
1041 if (tiny_method_threshold < 0) {
1042 Usage("--tiny-method-max passed a negative value %s", tiny_method_threshold);
1265 tiny_method_threshold,