Searched refs:kDefaultSmallMethodThreshold (Results 1 – 3 of 3) sorted by relevance
36 small_method_threshold_(kDefaultSmallMethodThreshold), in CompilerOptions()
43 static const size_t kDefaultSmallMethodThreshold = 60; variable
328 UsageError(" Example: --small-method-max=%d", CompilerOptions::kDefaultSmallMethodThreshold); in Usage()329 UsageError(" Default: %d", CompilerOptions::kDefaultSmallMethodThreshold); in Usage()