Searched refs:LengthField (Results 1 – 7 of 7) sorted by relevance
106 return LengthField::decode(length_and_hash()); in length()110 DCHECK(LengthField::is_valid(len)); in initialize_length()115 return LengthField::decode(length_and_hash(kAcquireLoad)); in length()
67 using LengthField = base::BitField<int, 0, kLengthFieldSize>; variable68 static const int kMaxLength = LengthField::kMax;
120 FixedSubfield LengthField; in Read() local121 ReadFixedSubfield(&LengthField, Buf + sizeof(FixedSubfield)); in Read()122 size_t Length = static_cast<size_t>(LengthField); in Read()
111 LengthField::encode(length) | in WireBytes()138 LengthField::decode(bit_field_)); in wire_bytes_ref()151 using LengthField = OffsetField::Next<uint32_t, kLengthBits>; variable152 using KindField = LengthField::Next<Kind, kKindBits>;155 STATIC_ASSERT(kV8MaxWasmModuleSize <= LengthField::kMax + 1);
1663 int array_length = PropertyArray::LengthField::decode(length_or_hash); in EnsureCapturedObjectAllocatedAt()
2332 return Signed(DecodeWord<PropertyArray::LengthField>(value)); in LoadPropertyArrayLength()3128 DecodeWord<PropertyArray::LengthField>(length_and_hash)); in StoreFixedArrayOrPropertyArrayElement()4659 length, IntPtrConstant(PropertyArray::LengthField::kMax))); in InitializePropertyArrayLength()
2236 Int32Constant(PropertyArray::LengthField::kMask))); in ExtendPropertiesBackingStore()