Home
last modified time | relevance | path

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

/art/runtime/base/
Diteration_range.h40 iterator cend() const { return last_; } in cend() function
/art/compiler/utils/
Darray_ref.h117 const_iterator cend() const { return array_ + size_; } in cend() function
/art/runtime/gc/accounting/
Dcard_table_test.cc116 for (uint8_t* cend = HeapLimit() - delta; cend < HeapLimit(); cend += CardTable::kCardSize) { in TEST_F() local