Searched refs:kDefaultSmallMethodThreshold (Results 1 – 6 of 6) sorted by relevance
27 small_method_threshold_(kDefaultSmallMethodThreshold), in CompilerOptions()
48 static const size_t kDefaultSmallMethodThreshold = 60; variable
56 CompilerOptions::kDefaultSmallMethodThreshold, in TestImpl()
39 CompilerOptions::kDefaultSmallMethodThreshold, in Prepare()
71 CompilerOptions::kDefaultSmallMethodThreshold, in JitCompiler()
268 UsageError(" Example: --small-method-max=%d", CompilerOptions::kDefaultSmallMethodThreshold); in Usage()269 UsageError(" Default: %d", CompilerOptions::kDefaultSmallMethodThreshold); in Usage()565 int small_method_threshold = CompilerOptions::kDefaultSmallMethodThreshold; in ParseArgs()