Home
last modified time | relevance | path

Searched refs:DecodeWord (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc240 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 …]
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h2823 TNode<UintPtrT> DecodeWord(TNode<WordT> word) { in DecodeWord() function
2824 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);
Dcode-stub-assembler.cc2031 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