Home
last modified time | relevance | path

Searched refs:DecodeWord32 (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-data-view-gen.h47 return DecodeWord32<BigIntBase::LengthBits>(bitfield); in DataViewDecodeBigIntLength()
52 return DecodeWord32<BigIntBase::SignBits>(bitfield); in DataViewDecodeBigIntSign()
H A Dbuiltins-bigint-gen.h22 Signed(DecodeWord32<BigIntBase::LengthBits>(bitfield))); in ReadBigIntLength()
27 return DecodeWord32<BigIntBase::SignBits>(bitfield); in ReadBigIntSign()
H A Dbuiltins-lazy-gen.cc64 DecodeWord32<FeedbackVector::TieringStateBits>(optimization_state); in MaybeTailCallOptimizedCodeSlot()
H A Dbuiltins-call-gen.cc474 Signed(DecodeWord32< in CallReceiver()
478 DecodeWord32<CallTrampoline_Baseline_CompactDescriptor::SlotField>( in CallReceiver()
H A Dbuiltins-object-gen.cc74 return DecodeWord32<PropertyDetails::KindField>(details); in LoadPropertyKind()
149 DecodeWord32<PropertyDetails::AttributesField>(details); in IsPropertyEnumerable()
H A Dbuiltins-array-gen.cc1752 Signed(DecodeWord32<AllocationSite::ElementsKindBits>( in CreateArrayDispatchSingleArgument()
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc440 Signed(DecodeWord32<LoadHandler::WasmFieldTypeBits>( in HandleLoadWasmField()
1175 TNode<Uint32T> kind = DecodeWord32<PropertyDetails::KindField>(details); in JumpIfDataProperty()
1199 Word32Equal(DecodeWord32<StoreHandler::KindBits>(handler_word), in HandleStoreICSmiHandlerJSSharedStructFieldCase()
1203 Word32Equal(DecodeWord32<StoreHandler::RepresentationBits>(handler_word), in HandleStoreICSmiHandlerJSSharedStructFieldCase()
1256 DecodeWord32<StoreHandler::KindBits>(handler_word); in HandleStoreICHandlerCase()
1541 DecodeWord32<PropertyDetails::ConstnessField>(details), in IsPropertyDetailsConst()
1553 Word32Equal(DecodeWord32<PropertyDetails::KindField>(details), in OverwriteExistingFastDataProperty()
1557 DecodeWord32<PropertyDetails::LocationField>(details), in OverwriteExistingFastDataProperty()
1564 DecodeWord32<PropertyDetails::RepresentationField>(details); in OverwriteExistingFastDataProperty()
1856 DecodeWord32<StoreHandle in HandleStoreICProtoHandler()
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc1527 TNode<Uint32T> length = DecodeWord32<BigIntBase::LengthBits>(bitfield);
1884 DecodeWord32<Map::Bits3::NumberOfOwnDescriptorsBits>(bit_field3));
1907 return Signed(DecodeWord32<Map::Bits2::ElementsKindBits>(bit_field2));
2062 return DecodeWord32<Name::HashBits>(hash_field);
2072 return DecodeWord32<Name::HashBits>(raw_hash_field);
2897 DecodeWord32<SharedFunctionInfo::FunctionKindBits>(
2976 this, Word32Equal(DecodeWord32<CodeT::KindField>(code_flags),
3225 DecodeWord32<Map::Bits2::ElementsKindBits>(LoadMapBitField2(map));
7922 TNode<Uint32T> CodeStubAssembler::DecodeWord32(TNode<Word32T> word32,
8689 TNode<Uint32T> kind = DecodeWord32<PropertyDetail
[all...]
H A Dcode-stub-assembler.h2816 TNode<Uint32T> DecodeWord32(TNode<Word32T> word32) { in DecodeWord32() function in v8::internal::ExtractFixedArrayFlag
2817 return DecodeWord32(word32, BitField::kShift, BitField::kMask); in DecodeWord32()
2843 TNode<Uint32T> DecodeWord32(TNode<Word32T> word32, uint32_t shift,
2919 // constant |value|. Avoids a shift compared to using DecodeWord32.
2929 // given constant |value|. Avoids a shift compared to using DecodeWord32.

Completed in 28 milliseconds