Lines Matching refs:start_
24 : start_(top), top_(top), limit_(limit) {
29 start_ = top;
35 void ResetStart() { start_ = top_; }
53 if (start_ > top_) {
67 start_ = other.start_;
82 return start_;
99 SLOW_DCHECK(start_ <= top_);
109 // ahead, the area [start_, top_[ denotes a range of new objects. This range
111 Address start_ = kNullAddress;