Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc58 static constexpr size_t kMaximumNumberOfInstructionsForSmallMethod = 3; variable
121 inlining_budget_ = kMaximumNumberOfInstructionsForSmallMethod; in UpdateInliningBudget()
124 kMaximumNumberOfInstructionsForSmallMethod, in UpdateInliningBudget()