Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc43 if ((compiler_options.GetInlineDepthLimit() == 0) in Run()
227 if (depth_ + 1 < compiler_driver_->GetCompilerOptions().GetInlineDepthLimit()) { in TryBuildAndInline()
/art/compiler/driver/
Dcompiler_options.h148 size_t GetInlineDepthLimit() const { in GetInlineDepthLimit() function