Searched refs:huge_method_threshold (Results 1 – 2 of 2) sorted by relevance
68 size_t huge_method_threshold, in CompilerOptions() argument85 huge_method_threshold_(huge_method_threshold), in CompilerOptions()
841 int huge_method_threshold = CompilerOptions::kDefaultHugeMethodThreshold; in dex2oat() local969 if (!ParseInt(threshold, &huge_method_threshold)) { in dex2oat()972 if (huge_method_threshold < 0) { in dex2oat()973 Usage("--huge-method-max passed a negative value %s", huge_method_threshold); in dex2oat()1195 huge_method_threshold, in dex2oat()