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/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.h1460 bool Done() const { return current_ == nullptr; } in Done() function
2796 bool Done() const { return instruction_ == nullptr; } in Done() function
/art/runtime/
Dmethod_handles-inl.h99 ALWAYS_INLINE bool Done() const { in Done() function
/art/libartbase/base/
Dbit_vector.h70 bool Done() const { in Done() function