Lines Matching full:tail_
353 while (tail_ != NULL && tail_->value()->CheckFlag(HValue::kIsDead)) {354 tail_ = tail_->tail_;356 return tail_;