Searched refs:tiny_method_threshold (Results 1 – 2 of 2) sorted by relevance
72 size_t tiny_method_threshold, in CompilerOptions() argument90 tiny_method_threshold_(tiny_method_threshold), in CompilerOptions()
879 int tiny_method_threshold = CompilerOptions::kDefaultTinyMethodThreshold; in dex2oat() local1038 if (!ParseInt(threshold, &tiny_method_threshold)) { in dex2oat()1041 if (tiny_method_threshold < 0) { in dex2oat()1042 Usage("--tiny-method-max passed a negative value %s", tiny_method_threshold); in dex2oat()1265 tiny_method_threshold, in dex2oat()