Home
last modified time | relevance | path

Searched defs:Done (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dbytecode_utils.h34 bool Done() const { return code_ptr_ >= code_end_; } in Done() function
140 bool Done() const { return index_ >= num_entries_; } in Done() function
Dnodes.h1170 bool Done() const { return current_ == nullptr; } in Done() function
2181 bool Done() const { return index_ == instruction_->InputCount(); } in Done() function
2199 bool Done() const { return instruction_ == nullptr; } in Done() function
2220 bool Done() const { return instruction_ == nullptr; } in Done() function
6404 bool Done() const { return index_ == graph_.GetBlocks().size(); } in Done() function
6422 bool Done() const { return index_ == graph_.GetReversePostOrder().size(); } in Done() function
6441 bool Done() const { return index_ == 0; } in Done() function
6457 bool Done() const { return index_ == 0; } in Done() function
6478 bool Done() const { return index_ == order_.size(); } in Done() function
6503 bool Done() const { return index_ == blocks_.size(); } in Done() function
[all …]
Dregister_allocator.cc424 bool Done() const { return current_interval_ == nullptr; } in Done() function in art::AllRangesIterator
/art/runtime/base/
Dbit_vector.h65 bool Done() const { in Done() function