Lines Matching refs:old_top_
25 old_top_(NULL), in StoreBuffer()
53 old_top_ = old_start_ = in SetUp()
107 old_start_ = old_top_ = old_limit_ = old_reserved_limit_ = NULL; in TearDown()
120 return old_limit_ - old_top_ >= space_needed; in SpaceAvailable()
125 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()
220 for (Address* p = old_start_; p < old_top_; p++) { in Filter()
233 old_top_ = new_top; in Filter()
356 Address* limit = old_top_; in IteratePointersInStoreBuffer()
357 old_top_ = old_start_; in IteratePointersInStoreBuffer()
362 Address* saved_top = old_top_; in IteratePointersInStoreBuffer()
365 DCHECK(old_top_ == saved_top + 1 || old_top_ == saved_top); in IteratePointersInStoreBuffer()
374 for (Address* current = old_start_; current < old_top_; current++) { in ClearInvalidStoreBufferEntries()
388 old_top_ = new_top; in ClearInvalidStoreBufferEntries()
404 for (Address* current = old_start_; current < old_top_; current++) { in VerifyValidStoreBufferEntries()
567 *old_top_++ = reinterpret_cast<Address>(int_addr << kPointerSizeLog2); in Compact()
568 DCHECK(old_top_ <= old_limit_); in Compact()