Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.cc30 inline_depth_limit_(kDefaultInlineDepthLimit), in CompilerOptions()
78 inline_depth_limit_(inline_depth_limit), in CompilerOptions()
Dcompiler_options.h149 return inline_depth_limit_; in GetInlineDepthLimit()
221 const size_t inline_depth_limit_; variable