Lines Matching refs:old_start_
41 old_start_(NULL),
68 old_top_ = old_start_ =
72 ASSERT((reinterpret_cast<uintptr_t>(old_start_) & 0xfff) == 0);
76 old_limit_ = old_start_ + initial_length;
77 old_reserved_limit_ = old_start_ + kOldStoreBufferLength;
80 reinterpret_cast<void*>(old_start_),
81 (old_limit_ - old_start_) * kPointerSize,
114 old_start_ = old_top_ = old_limit_ = old_reserved_limit_ = NULL;
155 Address* write = old_start_;
157 for (Address* read = old_start_; read < old_top_; read++) {
173 size_t grow = old_limit_ - old_start_; // Double size.
201 if (old_limit_ - old_top_ > old_top_ - old_start_) return;
219 ASSERT(i != 0 || old_top_ == old_start_);
220 if (old_limit_ - old_top_ > old_top_ - old_start_) return;
236 for (Address* p = old_start_; p < old_top_; p += prime_sample_step) {
260 Address* new_top = old_start_;
262 for (Address* p = old_start_; p < old_top_; p++) {
286 qsort(reinterpret_cast<void*>(old_start_),
287 old_top_ - old_start_,
345 for (Address* current = old_top_ - 1; current >= old_start_; current--) {
584 old_top_ = old_start_;
587 for (Address* current = old_start_; current < limit; current++) {