Searched refs:StoreBit (Results 1 – 2 of 2) sorted by relevance
113 ALWAYS_INLINE void StoreBit(uintptr_t bit_offset, bool value) const { in StoreBit() function144 StoreBit(bit_offset + i, ith_bit); in StoreBits()
585 region_.StoreBit(live_bit_mask_offset_in_bits + i, live_dex_registers_mask.IsBitSet(i)); in SetLiveBitMask()715 region.StoreBit(i, sp_map.IsBitSet(i)); in SetStackMask()797 region_.StoreBit(kHasInlineInfoBitOffset, 1); in SetEncoding()805 region_.StoreBit(kHasInlineInfoBitOffset, 0); in SetEncoding()820 region_.StoreBit(bit_offset, (number_of_bytes & 1)); in SetEncodingAt()821 region_.StoreBit(bit_offset + 1, (number_of_bytes & 2)); in SetEncodingAt()822 region_.StoreBit(bit_offset + 2, (number_of_bytes & 4)); in SetEncodingAt()