Lines Matching refs:Bits3
87 Map::Bits3::OwnsDescriptorsBit) in OBJECT_CONSTRUCTORS_IMPL()
88 BIT_FIELD_ACCESSORS(Map, bit_field3, is_deprecated, Map::Bits3::IsDeprecatedBit) in OBJECT_CONSTRUCTORS_IMPL()
90 Map::Bits3::IsInRetainedMapListBit) in OBJECT_CONSTRUCTORS_IMPL()
92 Map::Bits3::IsPrototypeMapBit) in OBJECT_CONSTRUCTORS_IMPL()
94 Map::Bits3::IsMigrationTargetBit) in OBJECT_CONSTRUCTORS_IMPL()
95 BIT_FIELD_ACCESSORS(Map, bit_field3, is_extensible, Map::Bits3::IsExtensibleBit) in OBJECT_CONSTRUCTORS_IMPL()
97 Map::Bits3::MayHaveInterestingSymbolsBit) in OBJECT_CONSTRUCTORS_IMPL()
99 Map::Bits3::ConstructionCounterBits) in OBJECT_CONSTRUCTORS_IMPL()
200 return Bits3::NumberOfOwnDescriptorsBits::decode(bit_field3()); in NumberOfOwnDescriptors()
208 Bits3::NumberOfOwnDescriptorsBits::update(bit_field3(), number)); in SetNumberOfOwnDescriptors()
216 return Bits3::EnumLengthBits::decode(bit_field3()); in EnumLength()
225 set_bit_field3(Bits3::EnumLengthBits::update(bit_field3(), length)); in SetEnumLength()
548 Bits3::IsDictionaryMapBit::update(bit_field3(), value); in set_is_dictionary_map()
549 new_bit_field3 = Bits3::IsUnstableBit::update(new_bit_field3, value); in set_is_dictionary_map()
554 return Bits3::IsDictionaryMapBit::decode(bit_field3()); in is_dictionary_map()
558 set_bit_field3(Bits3::IsUnstableBit::update(bit_field3(), true)); in mark_unstable()
562 return !Bits3::IsUnstableBit::decode(bit_field3()); in is_stable()