Searched refs:kDefaultSmallMethodThreshold (Results 1 – 2 of 2) sorted by relevance
41 static const size_t kDefaultSmallMethodThreshold = 60; variable52 small_method_threshold_(kDefaultSmallMethodThreshold), in CompilerOptions()
189 UsageError(" Example: --small-method-max=%d", CompilerOptions::kDefaultSmallMethodThreshold); in Usage()190 UsageError(" Default: %d", CompilerOptions::kDefaultSmallMethodThreshold); in Usage()843 int small_method_threshold = CompilerOptions::kDefaultSmallMethodThreshold; in dex2oat()