Searched refs:BitmapSize (Results 1 – 2 of 2) sorted by relevance
91 size_t BitmapSize() const { return bitmap_numbits_; } in BitmapSize() function95 DCHECK_LT(bit_index, BitmapSize()); in CheckValidBitIndex()151 return cover_begin_ + kAlignment * BitmapSize(); in CoverEnd()164 DCHECK(result < BitmapSize()) << CoverBegin() << " <= " << addr << " < " << CoverEnd(); in BitIndexFromAddr()173 bool ret = (addr - CoverBegin()) / kAlignment < BitmapSize(); in HasAddress()
78 DCHECK_EQ(BitmapSize(), source_bitmap->BitmapSize()); in CopyFrom()80 source_bitmap->Begin() + BitmapSize() / kBitsPerBitmapWord, Begin()); in CopyFrom()