Lines Matching refs:end
86 // Returns one past the end address of the current page of the space.
156 iterator end() { return iterator(nullptr); }
159 const_iterator end() const { return const_iterator(nullptr); }
178 void AddRangeToActiveSystemPages(Address start, Address end);
228 void Initialize(Address start, Address end);
232 // The end of iteration.
462 iterator end() { return to_space_.end(); }
465 const_iterator end() const { return to_space_.end(); }
523 // For contiguous spaces, top should be in the space (or at the end) and limit
524 // should be the end of the space.