Searched refs:ToIntegral (Results 1 – 3 of 3) sorted by relevance
188 bool IsEmpty() const { return ToIntegral() == 0; }190 bool Contains(E element) const { return (ToIntegral() & Mask(element)) != 0; }192 return (ToIntegral() & set.ToIntegral()) != 0;198 return ToIntegral() == set.ToIntegral();202 return ToIntegral() != set.ToIntegral();206 return AtomicEnumSet<E>(ToIntegral() | set.ToIntegral());222 void Add(const AtomicEnumSet& set) { ATOMIC_SET_WRITE(|, set.ToIntegral()); }227 ATOMIC_SET_WRITE(&, ~set.ToIntegral());231 ATOMIC_SET_WRITE(&, set.ToIntegral());240 V8_INLINE base::AtomicWord ToIntegral() const {
28 explicit SideEffects(GVNFlagSet flags) : bits_(flags.ToIntegral()) {} in SideEffects()41 uint64_t ToIntegral() const { return bits_; } in ToIntegral() function
782 T ToIntegral() const { return bits_; }