Searched refs:should_inline (Results 1 – 1 of 1) sorted by relevance
607 bool should_inline = (compiler_options.GetInlineMaxCodeUnits() > 0); in MaybeRunInliner() local608 if (!should_inline) { in MaybeRunInliner()