Searched defs:Done (Results 1 – 4 of 4) sorted by relevance
79 bool Done() const { in Done() function
620 bool Done() const { return current_ == nullptr; } in Done() function676 bool Done() const { return index_ == instruction_->InputCount(); } in Done() function694 bool Done() const { return instruction_ == nullptr; } in Done() function715 bool Done() const { return instruction_ == nullptr; } in Done() function1581 bool Done() const { return index_ == graph_.GetBlocks().Size(); } in Done() function1596 bool Done() const { return index_ == graph_.GetReversePostOrder().Size(); } in Done() function1612 bool Done() const { return index_ == 0; } in Done() function
563 bool Done() const { return index_ == 0; } in Done() function579 bool Done() const { return index_ == post_order_.Size(); } in Done() function
183 bool Done() const { return current_interval_ == nullptr; } in Done() function in art::AllRangesIterator