Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dbytecode_utils.h112 bool Done() const { return index_ >= num_entries_; } in Done() function
/art/libartbase/base/
Dbit_vector.h65 bool Done() const { in Done() function
/art/compiler/optimizing/
Dregister_allocator.cc77 bool Done() const { return current_interval_ == nullptr; } in Done() function in art::AllRangesIterator
Dregister_allocator_linear_scan.cc406 bool Done() const { return current_interval_ == nullptr; } in Done() function in art::AllRangesIterator
Dnodes.h1418 bool Done() const { return current_ == nullptr; } in Done() function
2661 bool Done() const { return instruction_ == nullptr; } in Done() function
2684 bool Done() const { return instruction_ == nullptr; } in Done() function
2704 bool Done() const { return instruction_ == nullptr; } in Done() function
8054 bool Done() const { return index_ == blocks_.size(); } in Done() function
8087 bool Done() const { return index_ == blocks_.size(); } in Done() function
/art/runtime/
Dmethod_handles-inl.h99 ALWAYS_INLINE bool Done() const { in Done() function