Lines Matching refs:old_top_
22 old_top_(NULL), in StoreBuffer()
46 old_top_ = old_start_ = in SetUp()
92 old_start_ = old_top_ = old_limit_ = old_reserved_limit_ = NULL; in TearDown()
109 for (Address* read = old_start_; read < old_top_; read++) { in Uniq()
118 old_top_ = write; in Uniq()
123 return old_limit_ - old_top_ >= space_needed; in SpaceAvailable()
128 while (old_limit_ - old_top_ < space_needed && in EnsureSpace()
175 DCHECK(i != (kSampleFinenesses - 1) || old_top_ == old_start_); in EnsureSpace()
192 for (Address* p = old_start_; p < old_top_; p += prime_sample_step) { in ExemptPopularPages()
218 for (Address* p = old_start_; p < old_top_; p++) { in Filter()
231 old_top_ = new_top; in Filter()
242 std::sort(old_start_, old_top_); in SortUniq()
301 for (Address* current = old_top_ - 1; current >= old_start_; current--) { in CellIsInStoreBuffer()
397 Address* limit = old_top_; in IteratePointersInStoreBuffer()
398 old_top_ = old_start_; in IteratePointersInStoreBuffer()
403 Address* saved_top = old_top_; in IteratePointersInStoreBuffer()
420 DCHECK(old_top_ == saved_top + 1 || old_top_ == saved_top); in IteratePointersInStoreBuffer()
575 *old_top_++ = reinterpret_cast<Address>(int_addr << kPointerSizeLog2); in Compact()
576 DCHECK(old_top_ <= old_limit_); in Compact()