Lines Matching refs:end
89 // section is denoted by the top field in the space. The end of the section
304 V8_EXPORT_PRIVATE void CreateBlackArea(Address start, Address end);
305 V8_EXPORT_PRIVATE void CreateBlackAreaBackground(Address start, Address end);
306 void DestroyBlackArea(Address start, Address end);
307 void DestroyBlackAreaBackground(Address start, Address end);
379 PageRange(Page* begin, Page* end) : begin_(begin), end_(end) {}
384 iterator end() { return iterator(end_); }
504 // area bounded by [start, end), this function computes the limit to use to
507 Address ComputeLimit(Address start, Address end, size_t min_size) const;