Searched refs:total_inlined_bytecode_size_ (Results 1 – 2 of 2) sorted by relevance
44 return total_inlined_bytecode_size_; in total_inlined_bytecode_size()110 int total_inlined_bytecode_size_ = 0; variable
167 if (total_inlined_bytecode_size_ >= max_inlined_bytecode_size_absolute_) { in Reduce()300 total_inlined_bytecode_size_ + static_cast<int>(size_of_candidate); in Finalize()711 total_inlined_bytecode_size_ += candidate.bytecode[0].value().length(); in InlineCandidate()769 for (int i = 0; i < num_calls && total_inlined_bytecode_size_ < in InlineCandidate()773 (small_function || total_inlined_bytecode_size_ < in InlineCandidate()778 total_inlined_bytecode_size_ += candidate.bytecode[i]->length(); in InlineCandidate()