Home
last modified time | relevance | path

Searched refs:kDefaultInlineDepthLimit (Results 1 – 6 of 6) sorted by relevance

/art/compiler/driver/
Dcompiler_options.cc30 inline_depth_limit_(kDefaultInlineDepthLimit), in CompilerOptions()
Dcompiler_options.h54 static const size_t kDefaultInlineDepthLimit = 5; variable
/art/compiler/dex/quick/
Dquick_cfi_test.cc59 CompilerOptions::kDefaultInlineDepthLimit, in TestImpl()
/art/compiler/dex/quick/x86/
Dquick_assemble_x86_test.cc42 CompilerOptions::kDefaultInlineDepthLimit, in Prepare()
/art/compiler/jit/
Djit_compiler.cc74 CompilerOptions::kDefaultInlineDepthLimit, in JitCompiler()
/art/dex2oat/
Ddex2oat.cc287 UsageError(" Example: --inline-depth-limit=%d", CompilerOptions::kDefaultInlineDepthLimit); in Usage()
288 UsageError(" Default: %d", CompilerOptions::kDefaultInlineDepthLimit); in Usage()
1009 : CompilerOptions::kDefaultInlineDepthLimit; in ParseArgs()