• Home
  • Raw
  • Download

Lines Matching refs:bit_field3

2853   return NumberOfOwnDescriptorsBits::decode(bit_field3());  in NumberOfOwnDescriptors()
2859 set_bit_field3(NumberOfOwnDescriptorsBits::update(bit_field3(), number)); in SetNumberOfOwnDescriptors()
2863 int Map::EnumLength() { return EnumLengthBits::decode(bit_field3()); } in EnumLength()
2872 set_bit_field3(EnumLengthBits::update(bit_field3(), length)); in SetEnumLength()
4484 set_bit_field3(IsHiddenPrototype::update(bit_field3(), true)); in set_is_hidden_prototype()
4489 return IsHiddenPrototype::decode(bit_field3()); in is_hidden_prototype()
4609 uint32_t new_bit_field3 = DictionaryMap::update(bit_field3(), value); in set_dictionary_map()
4616 return DictionaryMap::decode(bit_field3()); in is_dictionary_map()
4626 set_bit_field3(OwnsDescriptors::update(bit_field3(), owns_descriptors)); in set_owns_descriptors()
4631 return OwnsDescriptors::decode(bit_field3()); in owns_descriptors()
4644 set_bit_field3(Deprecated::update(bit_field3(), true)); in deprecate()
4649 return Deprecated::decode(bit_field3()); in is_deprecated()
4654 set_bit_field3(IsMigrationTarget::update(bit_field3(), value)); in set_migration_target()
4659 return IsMigrationTarget::decode(bit_field3()); in is_migration_target()
4664 set_bit_field3(IsStrong::update(bit_field3(), true)); in set_is_strong()
4669 return IsStrong::decode(bit_field3()); in is_strong()
4674 set_bit_field3(NewTargetIsBase::update(bit_field3(), value)); in set_new_target_is_base()
4678 bool Map::new_target_is_base() { return NewTargetIsBase::decode(bit_field3()); } in new_target_is_base()
4682 set_bit_field3(ConstructionCounter::update(bit_field3(), value)); in set_construction_counter()
4687 return ConstructionCounter::decode(bit_field3()); in construction_counter()
4692 set_bit_field3(IsUnstable::update(bit_field3(), true)); in mark_unstable()
4697 return !IsUnstable::decode(bit_field3()); in is_stable()
5356 uint32_t Map::bit_field3() const { in bit_field3() function