Lines Matching full:contexts_
678 contexts_(builder_->local_zone()),
719 contexts_(copy->zone()),
728 contexts_.reserve(copy->contexts_.size());
729 contexts_.insert(contexts_.begin(), copy->contexts_.begin(),
730 copy->contexts_.end());
4161 DCHECK(contexts_.size() == other->contexts_.size());
4175 contexts_ = other->contexts_;
4211 for (int i = 0; i < static_cast<int>(contexts_.size()); ++i) {
4212 contexts_[i] =
4213 builder_->MergeValue(contexts_[i], other->contexts_[i], control);