Searched refs:DecodeWord (Results 1 – 3 of 3) sorted by relevance
240 Signed(DecodeWord<LoadHandler::DescriptorBits>(handler_word)); in HandleLoadCallbackProperty()296 Signed(DecodeWord<LoadHandler::FieldIndexBits>(handler_word)); in HandleLoadField()443 Signed(DecodeWord<LoadHandler::WasmFieldOffsetBits>(handler_word)); in HandleLoadWasmField()472 Signed(DecodeWord<LoadHandler::KindBits>(handler_word)); in HandleLoadICSmiHandlerCase()736 Signed(DecodeWord<LoadHandler::DescriptorBits>(handler_word)); in HandleLoadICSmiHandlerLoadNamedCase()852 DecodeWord<LoadHandler::ExportsIndexBits>(handler_word); in HandleLoadICSmiHandlerLoadNamedCase()1116 CSA_DCHECK(this, WordEqual(Signed(DecodeWord<LoadHandler::KindBits>( in HandleLoadICProtoHandler()3345 Signed(DecodeWord<FeedbackNexus::ContextIndexBits>(lexical_handler)); in LoadGlobalIC_TryPropertyCellCase()3347 Signed(DecodeWord<FeedbackNexus::SlotIndexBits>(lexical_handler)); in LoadGlobalIC_TryPropertyCellCase()3812 Signed(DecodeWord<FeedbackNexus::ContextIndexBits>(lexical_handler)); in StoreGlobalIC()[all …]
2823 TNode<UintPtrT> DecodeWord(TNode<WordT> word) { in DecodeWord() function2824 return DecodeWord(word, BitField::kShift, BitField::kMask); in DecodeWord()2831 return DecodeWord<BitField>(ChangeUint32ToWord(word32)); in DecodeWordFromWord32()2839 TruncateIntPtrToInt32(Signed(DecodeWord<BitField>(word)))); in DecodeWord32FromWord()2847 TNode<UintPtrT> DecodeWord(TNode<WordT> word, uint32_t shift, uintptr_t mask);
2031 var_hash = Signed(DecodeWord<PropertyArray::HashField>(length_and_hash)); in LoadJSReceiverIdentityHash()2332 return Signed(DecodeWord<PropertyArray::LengthField>(value)); in LoadPropertyArrayLength()3128 DecodeWord<PropertyArray::LengthField>(length_and_hash)); in StoreFixedArrayOrPropertyArrayElement()7934 TNode<UintPtrT> CodeStubAssembler::DecodeWord(TNode<WordT> word, uint32_t shift, in DecodeWord() function in v8::internal::CodeStubAssembler