Searched refs:kDefaultInlineDepthLimit (Results 1 – 6 of 6) sorted by relevance
30 inline_depth_limit_(kDefaultInlineDepthLimit), in CompilerOptions()
54 static const size_t kDefaultInlineDepthLimit = 5; variable
59 CompilerOptions::kDefaultInlineDepthLimit, in TestImpl()
42 CompilerOptions::kDefaultInlineDepthLimit, in Prepare()
74 CompilerOptions::kDefaultInlineDepthLimit, in JitCompiler()
287 UsageError(" Example: --inline-depth-limit=%d", CompilerOptions::kDefaultInlineDepthLimit); in Usage()288 UsageError(" Default: %d", CompilerOptions::kDefaultInlineDepthLimit); in Usage()1009 : CompilerOptions::kDefaultInlineDepthLimit; in ParseArgs()