asmjit::ArenaBitSet Class Reference [¶]
Arena-allocated bit vector.
Tests whether the bit-vector is empty (has no bits).
Returns the size of this bit-vector (in bits).
Returns the capacity of this bit-vector (in bits).
Returns the size of the BitWord[] array in BitWord units.
Returns the capacity of the BitWord[] array in BitWord units.
Returns bit-vector data as BitWord[].
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Performs a logical bitwise AND between bits specified in this array and bits in other. If other has less bits than this then all remaining bits are set to zero.
The size of the BitVector is unaffected by this operation.
Performs a logical bitwise AND between bits specified in this array and negated bits in other. If other has less bits than this then all remaining bits are kept intact.
The size of the BitVector is unaffected by this operation.
Performs a logical bitwise OP between bits specified in this array and bits in other. If other has less bits than this then all remaining bits are kept intact.
The size of the BitVector is unaffected by this operation.
Bits.
Size of the bit-vector (in bits).
Capacity of the bit-vector (in bits).