Home
last modified time | relevance | path

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

/art/runtime/base/
Dbit_vector.h64 bool Done() const { in Done() function
/art/compiler/optimizing/
Dnodes.h787 bool Done() const { return current_ == nullptr; } in Done() function
999 bool Done() const { return current_ == nullptr; } in Done() function
1587 bool Done() const { return index_ == instruction_->InputCount(); } in Done() function
1605 bool Done() const { return instruction_ == nullptr; } in Done() function
1626 bool Done() const { return instruction_ == nullptr; } in Done() function
3997 bool Done() const { return index_ == graph_.GetBlocks().Size(); } in Done() function
4015 bool Done() const { return index_ == graph_.GetReversePostOrder().Size(); } in Done() function
4034 bool Done() const { return index_ == 0; } in Done() function
4050 bool Done() const { return index_ == 0; } in Done() function
4071 bool Done() const { return index_ == order_.Size(); } in Done() function
[all …]
Dregister_allocator.cc405 bool Done() const { return current_interval_ == nullptr; } in Done() function in art::AllRangesIterator