Lines Matching refs:newVal
544 uint32_t newVal = ObjectTypeBits::Update(bits, type);
545 SetBitField(newVal);
1787 uint32_t newVal = ElementsKindBits::Update(bits, kind);
1788 SetBitField(newVal);
1800 uint32_t newVal = LevelBit::Update(bits, level);
1801 SetBitField(newVal);
1812 uint32_t newVal = DictionaryElementBits::Update(GetBitField(), value);
1813 SetBitField(newVal);
1821 uint32_t newVal = IsStableElementsBit::Update(GetBitField(), value);
1822 SetBitField(newVal);
1842 JSTaggedType newVal = HasConstructorBits::Update(GetBitField(), value);
1843 SetBitField(newVal);
1853 uint32_t newVal = NumberOfPropsBits::Update(bits, num);
1854 SetBitField1(newVal);
1920 uint32_t newVal = ObjectSizeInWordsBits::Update(bits, num / JSTaggedValue::TaggedTypeSize());
1921 SetBitField1(newVal);
1940 uint32_t newVal = InlinedPropsStartBits::Update(bits, num / JSTaggedValue::TaggedTypeSize());
1941 SetBitField1(newVal);