Home
last modified time | relevance | path

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

/art/runtime/base/
Dbit_vector.h79 bool Done() const { in Done() function
/art/compiler/optimizing/
Dnodes.h620 bool Done() const { return current_ == nullptr; } in Done() function
676 bool Done() const { return index_ == instruction_->InputCount(); } in Done() function
694 bool Done() const { return instruction_ == nullptr; } in Done() function
715 bool Done() const { return instruction_ == nullptr; } in Done() function
1581 bool Done() const { return index_ == graph_.GetBlocks().Size(); } in Done() function
1596 bool Done() const { return index_ == graph_.GetReversePostOrder().Size(); } in Done() function
1612 bool Done() const { return index_ == 0; } in Done() function
Dssa_liveness_analysis.h563 bool Done() const { return index_ == 0; } in Done() function
579 bool Done() const { return index_ == post_order_.Size(); } in Done() function
Dregister_allocator.cc183 bool Done() const { return current_interval_ == nullptr; } in Done() function in art::AllRangesIterator