Lines Matching refs:Uint32T
598 TNode<Smi> SmiFromUint32(TNode<Uint32T> value);
1098 TNode<ExternalPointerT> ChangeIndexToExternalPointer(TNode<Uint32T> index);
1099 TNode<Uint32T> ChangeExternalPointerToIndex(TNode<ExternalPointerT> pointer);
1402 TNode<Uint32T> LoadMapBitField3(TNode<Map> map);
1425 TNode<Uint32T> EnsureOnlyHasSimpleProperties(TNode<Map> map,
1443 TNode<Uint32T> LoadNameHash(TNode<Name> name,
1445 TNode<Uint32T> LoadNameHashAssumeComputed(TNode<Name> name);
1452 TNode<Uint32T> LoadStringLengthAsWord32(TNode<String> string);
1908 TNode<String> AllocateSlicedOneByteString(TNode<Uint32T> length,
1913 TNode<String> AllocateSlicedTwoByteString(TNode<Uint32T> length,
2431 TNode<Number> ChangeUint32ToTagged(TNode<Uint32T> value);
2433 TNode<Uint32T> ChangeNumberToUint32(TNode<Number> value);
2816 TNode<Uint32T> DecodeWord32(TNode<Word32T> word32) {
2837 TNode<Uint32T> DecodeWord32FromWord(TNode<WordT> word) {
2838 return UncheckedCast<Uint32T>(
2843 TNode<Uint32T> DecodeWord32(TNode<Word32T> word32, uint32_t shift,
2851 TNode<Word32T> UpdateWord32(TNode<Word32T> word, TNode<Uint32T> value,
2869 return UncheckedCast<Uint32T>(
2876 TNode<WordT> UpdateWord32InWord(TNode<WordT> word, TNode<Uint32T> value,
2884 TNode<Word32T> UpdateWord32(TNode<Word32T> word, TNode<Uint32T> value,
3049 TNode<Uint32T> LoadDetailsByKeyIndex(TNode<ContainerType> container,
3212 TVariable<Uint32T>* var_details,
3263 TVariable<Uint32T>* var_details,
3268 TNode<IntPtrT> name_index, TNode<Uint32T>,
3274 TVariable<Uint32T>* var_details,
3278 TVariable<Uint32T>* var_details,
3556 TNode<Uint32T> depth,
3760 TNode<Uint32T> PromiseHookFlags();
3763 TNode<BoolT> IsContextPromiseHookEnabled(TNode<Uint32T> flags);
3765 TNode<BoolT> IsIsolatePromiseHookEnabled(TNode<Uint32T> flags);
3766 TNode<BoolT> IsAnyPromiseHookEnabled(TNode<Uint32T> flags);
3771 TNode<Uint32T> flags);
3778 TNode<Uint32T> flags);
3785 TNode<BoolT> NeedsAnyPromiseHooks(TNode<Uint32T> flags);
3927 TNode<Uint32T> bitfield3, Label* if_found,
3942 TNode<Uint32T> number_of_valid_entries, Label* if_found,
3948 TNode<Uint32T> number_of_valid_entries, Label* if_found,
3954 TNode<Uint32T> number_of_valid_entries, Label* if_found,
3959 TNode<IntPtrT> EntryIndexToIndex(TNode<Uint32T> entry_index);
3963 TNode<IntPtrT> ToKeyIndex(TNode<Uint32T> entry_index);
3967 TNode<Name> GetKey(TNode<Array> array, TNode<Uint32T> entry_index);
3970 TNode<Uint32T> DescriptorArrayGetDetails(TNode<DescriptorArray> descriptors,
3971 TNode<Uint32T> descriptor_number);
3980 TNode<Uint32T> LoadDetailsByKeyIndex(TNode<DescriptorArray> container,
3994 TNode<Uint32T> LoadDetailsByDescriptorEntry(
3996 TNode<Uint32T> LoadDetailsByDescriptorEntry(
4018 TNode<Object> value, TNode<HeapObject> holder, TNode<Uint32T> details,
4073 TNode<Uint32T> SwissNameDictionaryIncreaseElementCountOrBailout(
4075 TNode<Uint32T> max_usable_capacity, Label* bailout);
4080 TNode<Uint32T> SwissNameDictionaryUpdateCountsForDeletion(
4170 TNode<Uint32T> length,
4175 TNode<Uint32T> NumberOfEntries(TNode<Array> array);
4179 TNode<Uint32T> GetSortedKeyIndex(TNode<Array> descriptors,
4180 TNode<Uint32T> entry_index);