Searched refs:small_method_threshold (Results 1 – 2 of 2) sorted by relevance
71 size_t small_method_threshold, in CompilerOptions() argument89 small_method_threshold_(small_method_threshold), in CompilerOptions()
878 int small_method_threshold = CompilerOptions::kDefaultSmallMethodThreshold; in dex2oat() local1030 if (!ParseInt(threshold, &small_method_threshold)) { in dex2oat()1033 if (small_method_threshold < 0) { in dex2oat()1034 Usage("--small-method-max passed a negative value %s", small_method_threshold); in dex2oat()1264 small_method_threshold, in dex2oat()