Searched refs:CoverBegin (Results 1 – 1 of 1) sorted by relevance
135 ALWAYS_INLINE uintptr_t CoverBegin() const { in CoverBegin() function146 const uintptr_t addr = CoverBegin() + bit_index * kAlignment; in AddrFromBitIndex()153 DCHECK(HasAddress(addr)) << CoverBegin() << " <= " << addr << " < " << CoverEnd(); in BitIndexFromAddr()154 return (addr - CoverBegin()) / kAlignment; in BitIndexFromAddr()