Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.h713 compiler::Node* DecodeWord(compiler::Node* word) { in DecodeWord() function
714 return DecodeWord(word, T::kShift, T::kMask); in DecodeWord()
721 return DecodeWord<T>(ChangeUint32ToWord(word32)); in DecodeWordFromWord32()
729 compiler::Node* DecodeWord(compiler::Node* word, uint32_t shift,
Dcode-stub-assembler.cc3984 Node* CodeStubAssembler::DecodeWord(Node* word, uint32_t shift, uint32_t mask) { in DecodeWord() function in v8::internal::CodeStubAssembler
5585 Node* handler_kind = DecodeWord<LoadHandler::KindBits>(handler_word); in HandleLoadICSmiHandlerCase()
5598 DecodeWord<LoadHandler::ElementsKindBits>(handler_word); in HandleLoadICSmiHandlerCase()
5638 Node* offset = DecodeWord<LoadHandler::FieldOffsetBits>(handler_word); in HandleLoadICSmiHandlerCase()
5683 DecodeWord<LoadHandler::DescriptorValueIndexBits>(handler_word); in HandleLoadICSmiHandlerCase()
6190 Node* offset = DecodeWord<StoreHandler::FieldOffsetBits>(handler_word); in HandleStoreFieldAndReturn()
6223 Node* handler_kind = DecodeWord<StoreHandler::KindBits>(handler_word); in HandleStoreICSmiHandlerCase()
6238 DecodeWord<StoreHandler::FieldRepresentationBits>(handler_word); in HandleStoreICSmiHandlerCase()
6275 DecodeWord<StoreHandler::DescriptorValueIndexBits>(handler_word); in HandleStoreICSmiHandlerCase()
6401 Node* handler_kind = DecodeWord<StoreHandler::KindBits>(handler_word); in HandleStoreICProtoHandler()
[all …]