Searched refs:DecodeWord32 (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-data-view-gen.h | 47 return DecodeWord32<BigIntBase::LengthBits>(bitfield); in DataViewDecodeBigIntLength() 52 return DecodeWord32<BigIntBase::SignBits>(bitfield); in DataViewDecodeBigIntSign()
|
H A D | builtins-bigint-gen.h | 22 Signed(DecodeWord32<BigIntBase::LengthBits>(bitfield))); in ReadBigIntLength() 27 return DecodeWord32<BigIntBase::SignBits>(bitfield); in ReadBigIntSign()
|
H A D | builtins-lazy-gen.cc | 64 DecodeWord32<FeedbackVector::TieringStateBits>(optimization_state); in MaybeTailCallOptimizedCodeSlot()
|
H A D | builtins-call-gen.cc | 474 Signed(DecodeWord32< in CallReceiver() 478 DecodeWord32<CallTrampoline_Baseline_CompactDescriptor::SlotField>( in CallReceiver()
|
H A D | builtins-object-gen.cc | 74 return DecodeWord32<PropertyDetails::KindField>(details); in LoadPropertyKind() 149 DecodeWord32<PropertyDetails::AttributesField>(details); in IsPropertyEnumerable()
|
H A D | builtins-array-gen.cc | 1752 Signed(DecodeWord32<AllocationSite::ElementsKindBits>( in CreateArrayDispatchSingleArgument()
|
/third_party/node/deps/v8/src/ic/ |
H A D | accessor-assembler.cc | 440 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 D | code-stub-assembler.cc | 1527 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 D | code-stub-assembler.h | 2816 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 30 milliseconds