Searched refs:StoreBit (Results 1 – 4 of 4) sorted by relevance
53 ALWAYS_INLINE void StoreBit(uintptr_t bit_offset, bool value) const { in StoreBit() function54 region_.StoreBit(bit_offset + bit_start_, value); in StoreBit()
120 ALWAYS_INLINE void StoreBit(uintptr_t bit_offset, bool value) const { in StoreBit() function
433 stack_mask.StoreBit(bit_index, source.LoadBit(bit_index)); in FillInCodeInfo()604 stack_mask.StoreBit(i, stack_map.sp_mask != nullptr && stack_map.sp_mask->IsBitSet(i)); in PrepareStackMasks()
1996 method_bitmap.StoreBit(MethodBitIndex(/*startup*/ true, index), /*value*/ true); in SetMethodHotness()1999 method_bitmap.StoreBit(MethodBitIndex(/*startup*/ false, index), /*value*/ true); in SetMethodHotness()