Home
last modified time | relevance | path

Searched refs:GetInlineDepthLimit (Results 1 – 4 of 4) sorted by relevance

/art/compiler/driver/
Dcompiler_options.h148 size_t GetInlineDepthLimit() const { in GetInlineDepthLimit() function
/art/compiler/jit/
Djit_compiler.cc190 size_t inline_depth_limit = compiler_driver_->GetCompilerOptions().GetInlineDepthLimit(); in JitCompiler()
/art/compiler/optimizing/
Dinliner.cc59 if ((compiler_options.GetInlineDepthLimit() == 0) in Run()
1299 if (depth_ + 1 < compiler_driver_->GetCompilerOptions().GetInlineDepthLimit()) { in RunOptimizations()
Doptimizing_compiler.cc407 bool should_inline = (compiler_options.GetInlineDepthLimit() > 0) in MaybeRunInliner()