Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dinliner.cc59 static constexpr size_t kMaximumNumberOfInstructionsForSmallMethod = 3; variable
130 inlining_budget_ = kMaximumNumberOfInstructionsForSmallMethod; in UpdateInliningBudget()
133 kMaximumNumberOfInstructionsForSmallMethod, in UpdateInliningBudget()