Searched refs:LengthField (Results 1 – 6 of 6) sorted by relevance
120 FixedSubfield LengthField; in Read() local121 ReadFixedSubfield(&LengthField, Buf + sizeof(FixedSubfield)); in Read()122 size_t Length = static_cast<size_t>(LengthField); in Read()
2044 return LengthField::decode(value); in DEFINE_DEOPT_ELEMENT_ACCESSORS()2049 SLOW_DCHECK(len < LengthField::kMax); in initialize_length()2056 return LengthField::decode(value); in synchronized_length()
1963 class LengthField : public BitField<int, 0, kLengthFieldSize> {};1964 static const int kMaxLength = LengthField::kMax;
1950 DecodeWord<PropertyArray::LengthField>(length_and_hash)); in LoadArrayElement()2019 return Signed(DecodeWord<PropertyArray::LengthField>(value)); in LoadPropertyArrayLength()2768 DecodeWord<PropertyArray::LengthField>(length_and_hash)); in StoreFixedArrayOrPropertyArrayElement()4166 length, IntPtrOrSmiConstant(PropertyArray::LengthField::kMax, mode), in InitializePropertyArrayLength()
3576 int array_length = PropertyArray::LengthField::decode(length_or_hash); in EnsureCapturedObjectAllocatedAt()
1629 Int32Constant(PropertyArray::LengthField::kMask))); in ExtendPropertiesBackingStore()