Lines Matching refs:blocks_
280 dst->blocks_ = cached_blocks_; in ReleaseStore()
333 cached_blocks_ = dst->blocks_; in ReleaseStore()
411 CHECK_EQ(blocks_, 0); in ~SyncClock()
418 UnrefClockBlock(c, tab_idx_, blocks_); in Reset()
426 blocks_ = 0; in ResetImpl()
442 CHECK_EQ(blocks_, 0); in Resize()
450 } else if (size_ > blocks_ * ClockBlock::kClockCount) { in Resize()
453 uptr top = size_ - blocks_ * ClockBlock::kClockCount; in Resize()
505 old.blocks_ = blocks_; in Unshare()
545 DCHECK_LE(block, blocks_); in elem()
547 if (block == blocks_) in elem()
560 uptr top = ClockBlock::kClockCount - RoundUpTo(blocks_ + 1, ratio) / ratio; in capacity()
561 return blocks_ * ClockBlock::kClockCount + top; in capacity()
566 DCHECK_LT(bi, blocks_); in get_block()
571 uptr bi = blocks_++; in append_block()
606 if (block_ < parent_->blocks_) { in Next()
615 if (block_ == parent_->blocks_ && in Next()
616 parent_->size_ > parent_->blocks_ * ClockBlock::kClockCount) { in Next()