Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dinliner.h53 total_number_of_instructions_(total_number_of_instructions),
311 size_t total_number_of_instructions_; variable
H A Dinliner.cc119 if (total_number_of_instructions_ >= kMaximumNumberOfTotalInstructions) { in UpdateInliningBudget()
125 kMaximumNumberOfTotalInstructions - total_number_of_instructions_); in UpdateInliningBudget()
144 total_number_of_instructions_ = CountNumberOfInstructions(graph_); in Run()
148 DCHECK_NE(total_number_of_instructions_, 0u); in Run()
1987 total_number_of_instructions_ += number_of_instructions; in TryBuildAndInlineHelper()
2054 total_number_of_instructions_ + number_of_instructions, in RunOptimizations()