Home | History | Annotate | Download | only in optimizing

Lines Matching defs:Done

1320   bool Done() const { return current_ == nullptr; }
1323 DCHECK(!Done());
1328 DCHECK(!Done());
2508 next_ = Done() ? nullptr : instruction_->GetNext();
2511 bool Done() const { return instruction_ == nullptr; }
2515 next_ = Done() ? nullptr : instruction_->GetNext();
2534 bool Done() const { return instruction_ == nullptr; }
2551 next_ = Done() ? nullptr : instruction_->GetPrevious();
2554 bool Done() const { return instruction_ == nullptr; }
2558 next_ = Done() ? nullptr : instruction_->GetPrevious();
7024 // obj.header = T.class; // header write is done by above call.
7497 bool Done() const { return index_ == blocks_.size(); }
7530 bool Done() const { return index_ == blocks_.size(); }