Home
last modified time | relevance | path

Searched refs:LengthField (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeHeader.cpp120 FixedSubfield LengthField; in Read() local
121 ReadFixedSubfield(&LengthField, Buf + sizeof(FixedSubfield)); in Read()
122 size_t Length = static_cast<size_t>(LengthField); in Read()
/external/v8/src/
Dobjects-inl.h2044 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()
Dobjects.h1963 class LengthField : public BitField<int, 0, kLengthFieldSize> {};
1964 static const int kMaxLength = LengthField::kMax;
Dcode-stub-assembler.cc1950 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()
Ddeoptimizer.cc3576 int array_length = PropertyArray::LengthField::decode(length_or_hash); in EnsureCapturedObjectAllocatedAt()
/external/v8/src/ic/
Daccessor-assembler.cc1629 Int32Constant(PropertyArray::LengthField::kMask))); in ExtendPropertiesBackingStore()