Home
last modified time | relevance | path

Searched defs:inline_depth_limit (Results 1 – 2 of 2) sorted by relevance

/art/compiler/jit/
Djit_compiler.cc190 size_t inline_depth_limit = compiler_driver_->GetCompilerOptions().GetInlineDepthLimit(); in JitCompiler() local
/art/compiler/driver/
Dcompiler_options.cc61 size_t inline_depth_limit, in CompilerOptions()