Searched refs:kReadBit (Results 1 – 3 of 3) sorted by relevance
118 DCHECK_EQ(x_ & kReadBit, 0); in SetWrite()120 x_ |= kReadBit; in SetWrite()168 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead()212 static const u64 kReadBit = 1ull << kReadShift; variable
208 DCHECK_EQ(x_ & kReadBit, 0); in SetWrite()210 x_ |= kReadBit; in SetWrite()262 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead()312 static const u64 kReadBit = 1ull << kReadShift; variable
212 DCHECK_EQ(x_ & kReadBit, 0); in SetWrite()214 x_ |= kReadBit; in SetWrite()266 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead()316 static const u64 kReadBit = 1ull << kReadShift; variable