Searched refs:total_number_of_instructions_ (Results 1 – 2 of 2) sorted by relevance
53 total_number_of_instructions_(total_number_of_instructions), in HOptimization()281 size_t total_number_of_instructions_; variable
119 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()2031 total_number_of_instructions_ += number_of_instructions; in TryBuildAndInlineHelper()2099 total_number_of_instructions_ + number_of_instructions, in RunOptimizations()