Lines Matching refs:DecodeWord
3984 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()
6414 DecodeWord<StoreHandler::DescriptorValueIndexBits>(handler_word); in HandleStoreICProtoHandler()