Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dproperty-array-inl.h106 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()
Dproperty-array.h67 using LengthField = base::BitField<int, 0, kLengthFieldSize>; variable
68 static const int kMaxLength = LengthField::kMax;
/third_party/skia/third_party/externals/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()
/third_party/node/deps/v8/src/wasm/
Dwasm-module.h111 LengthField::encode(length) | in WireBytes()
138 LengthField::decode(bit_field_)); in wire_bytes_ref()
151 using LengthField = OffsetField::Next<uint32_t, kLengthBits>; variable
152 using KindField = LengthField::Next<Kind, kKindBits>;
155 STATIC_ASSERT(kV8MaxWasmModuleSize <= LengthField::kMax + 1);
/third_party/node/deps/v8/src/deoptimizer/
Dtranslated-state.cc1663 int array_length = PropertyArray::LengthField::decode(length_or_hash); in EnsureCapturedObjectAllocatedAt()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc2332 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()
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc2236 Int32Constant(PropertyArray::LengthField::kMask))); in ExtendPropertiesBackingStore()