• Home
  • Raw
  • Download

Lines Matching refs:WordT

974 TNode<BoolT> CodeStubAssembler::WordIsWordAligned(SloppyTNode<WordT> word) {  in WordIsWordAligned()
2067 TVARIABLE(WordT, var_sign, IntPtrConstant(BigInt::SignBits::encode(false))); in LoadFixedBigInt64ArrayElementAsTagged()
2232 TNode<WordT> data_pointer, TNode<Smi> index, TNode<Int32T> elements_kind) { in LoadFixedTypedArrayElementAsTagged()
3047 TNode<WordT> bitfield) { in StoreBigIntBitfield()
3059 TNode<WordT> CodeStubAssembler::LoadBigIntBitfield(TNode<BigInt> bigint) { in LoadBigIntBitfield()
3060 return UncheckedCast<WordT>( in LoadBigIntBitfield()
3363 TNode<WordT> store_size = IntPtrAdd( in AllocateNameDictionaryWithCapacity()
3392 TNode<WordT> result_word = BitcastTaggedToWord(result); in AllocateNameDictionaryWithCapacity()
3393 TNode<WordT> start_address = IntPtrAdd( in AllocateNameDictionaryWithCapacity()
3397 TNode<WordT> end_address = IntPtrAdd( in AllocateNameDictionaryWithCapacity()
3538 TNode<WordT> data_table_start_address = in AllocateSmallOrderedHashTable()
3540 TNode<WordT> data_table_end_address = in AllocateSmallOrderedHashTable()
5068 TNode<WordT> CodeStubAssembler::TimesPointerSize(SloppyTNode<WordT> value) { in TimesPointerSize()
5072 TNode<WordT> CodeStubAssembler::TimesDoubleSize(SloppyTNode<WordT> value) { in TimesDoubleSize()
6676 TNode<WordT> word_hash = WordShl(ChangeInt32ToIntPtr(hash), one); in NumberToString()
6677 TNode<WordT> index = in NumberToString()
7398 TNode<UintPtrT> CodeStubAssembler::DecodeWord(SloppyTNode<WordT> word, in DecodeWord()
7404 TNode<WordT> CodeStubAssembler::UpdateWord(TNode<WordT> word, in UpdateWord()
7405 TNode<WordT> value, uint32_t shift, in UpdateWord()
7407 TNode<WordT> encoded_value = WordShl(value, static_cast<int>(shift)); in UpdateWord()
7647 TNode<WordT> mask = IntPtrSub(capacity, IntPtrConstant(1)); in NameDictionaryLookup()
7648 TNode<WordT> hash = ChangeUint32ToWord(LoadNameHash(unique_name)); in NameDictionaryLookup()
7738 TNode<WordT> mask = IntPtrSub(capacity, IntPtrConstant(1)); in NumberDictionaryLookup()
7748 TNode<WordT> hash = in NumberDictionaryLookup()
9046 TNode<WordT> shifted_index = in ElementOffsetFromIndex()
9048 ? UncheckedCast<WordT>(index_node) in ElementOffsetFromIndex()
9491 TNode<WordT> bitfield = LoadBigIntBitfield(bigint_value); in EmitBigTypedArrayElementStore()
9527 MachineRepresentation rep = WordT::kMachineRepresentation; in EmitBigTypedArrayElementStore()
9847 TNode<WordT> field = UpdateWord<AllocationSite::ElementsKindBits>( in CreateAllocationSiteInFeedbackVector()
12285 TNode<WordT> table_index = in LoadBuiltin()