Searched defs:Done (Results 1 – 4 of 4) sorted by relevance
34 bool Done() const { return code_ptr_ >= code_end_; } in Done() function140 bool Done() const { return index_ >= num_entries_; } in Done() function
1170 bool Done() const { return current_ == nullptr; } in Done() function2181 bool Done() const { return index_ == instruction_->InputCount(); } in Done() function2199 bool Done() const { return instruction_ == nullptr; } in Done() function2220 bool Done() const { return instruction_ == nullptr; } in Done() function6404 bool Done() const { return index_ == graph_.GetBlocks().size(); } in Done() function6422 bool Done() const { return index_ == graph_.GetReversePostOrder().size(); } in Done() function6441 bool Done() const { return index_ == 0; } in Done() function6457 bool Done() const { return index_ == 0; } in Done() function6478 bool Done() const { return index_ == order_.size(); } in Done() function6503 bool Done() const { return index_ == blocks_.size(); } in Done() function[all …]
424 bool Done() const { return current_interval_ == nullptr; } in Done() function in art::AllRangesIterator
65 bool Done() const { in Done() function