Searched refs:tiny_method_threshold (Results 1 – 2 of 2) sorted by relevance
71 size_t tiny_method_threshold, in CompilerOptions() argument88 tiny_method_threshold_(tiny_method_threshold), in CompilerOptions()
844 int tiny_method_threshold = CompilerOptions::kDefaultTinyMethodThreshold; in dex2oat() local993 if (!ParseInt(threshold, &tiny_method_threshold)) { in dex2oat()996 if (tiny_method_threshold < 0) { in dex2oat()997 Usage("--tiny-method-max passed a negative value %s", tiny_method_threshold); in dex2oat()1198 tiny_method_threshold, in dex2oat()