Lines Matching refs:IntPtrConstant
202 return SelectConstant<IntPtrT>(condition, IntPtrConstant(true_value), in SelectIntPtrConstant()
203 IntPtrConstant(false_value)); in SelectIntPtrConstant()
295 return IntPtrConstant(value); in IntPtrOrSmiConstant()
339 CSA_ASSERT(this, UintPtrLessThanOrEqual(value, IntPtrConstant(0x80000000u))); in IntPtrRoundUpToPowerOfTwo32()
340 value = Signed(IntPtrSub(value, IntPtrConstant(1))); in IntPtrRoundUpToPowerOfTwo32()
342 value = Signed(WordOr(value, WordShr(value, IntPtrConstant(i)))); in IntPtrRoundUpToPowerOfTwo32()
344 return Signed(IntPtrAdd(value, IntPtrConstant(1))); in IntPtrRoundUpToPowerOfTwo32()
359 WordEqual(value, IntPtrConstant(0)), in WordIsPowerOfTwo()
360 [=] { return IntPtrConstant(1); }, in WordIsPowerOfTwo()
361 [=] { return WordAnd(value, IntPtrSub(value, IntPtrConstant(1))); }), in WordIsPowerOfTwo()
362 IntPtrConstant(0)); in WordIsPowerOfTwo()
589 return IntPtrConstant(kSmiShiftSize + kSmiTagSize); in SmiShiftBitsConstant()
611 return UintPtrLessThanOrEqual(value, IntPtrConstant(Smi::kMaxValue)); in IsValidPositiveSmi()
633 return IntPtrConstant(constant_value >> (kSmiShiftSize + kSmiTagSize)); in SmiUntag()
741 TNode<IntPtrT> zero = IntPtrConstant(0); in ConvertToRelativeIndex()
952 return WordEqual(WordAnd(BitcastTaggedToWord(a), IntPtrConstant(kSmiTagMask)), in TaggedIsSmi()
953 IntPtrConstant(0)); in TaggedIsSmi()
958 WordAnd(BitcastMaybeObjectToWord(a), IntPtrConstant(kSmiTagMask)), in TaggedIsSmi()
959 IntPtrConstant(0)); in TaggedIsSmi()
964 WordAnd(BitcastTaggedToWord(a), IntPtrConstant(kSmiTagMask)), in TaggedIsNotSmi()
965 IntPtrConstant(0)); in TaggedIsNotSmi()
970 IntPtrConstant(kSmiTagMask | kSmiSignMask)), in TaggedIsPositiveSmi()
971 IntPtrConstant(0)); in TaggedIsPositiveSmi()
975 return WordEqual(IntPtrConstant(0), in WordIsWordAligned()
976 WordAnd(word, IntPtrConstant(kPointerSize - 1))); in WordIsWordAligned()
1181 Branch(WordAnd(top, IntPtrConstant(kDoubleAlignmentMask)), ¬_aligned, in AllocateRaw()
1185 Node* not_aligned_size = IntPtrAdd(size_in_bytes, IntPtrConstant(4)); in AllocateRaw()
1230 address.Bind(IntPtrAdd(no_runtime_result, IntPtrConstant(4))); in AllocateRaw()
1238 IntPtrAdd(address.value(), IntPtrConstant(kHeapObjectTag))); in AllocateRaw()
1295 Node* limit_address = IntPtrAdd(top_address, IntPtrConstant(kPointerSize)); in Allocate()
1310 return CodeStubAssembler::Allocate(IntPtrConstant(size_in_bytes), flags); in AllocateInNewSpace()
1314 return CodeStubAssembler::Allocate(IntPtrConstant(size_in_bytes), flags); in Allocate()
1322 return InnerAllocate(previous, IntPtrConstant(offset)); in InnerAllocate()
1327 IntPtrConstant(kMaxRegularHeapObjectSize)); in IsRegularHeapObjectSize()
1386 return Load(rep, frame_pointer, IntPtrConstant(offset)); in LoadFromFrame()
1391 return Load(rep, frame_pointer, IntPtrConstant(offset)); in LoadFromParentFrame()
1402 return Load(rep, buffer, IntPtrConstant(offset)); in LoadBufferObject()
1408 return Load(rep, object, IntPtrConstant(offset - kHeapObjectTag)); in LoadObjectField()
1415 return Load(rep, object, IntPtrSub(offset, IntPtrConstant(kHeapObjectTag))); in LoadObjectField()
1452 Load(MachineType::Int32(), base, IntPtrConstant(index))); in LoadAndUntagSmi()
1455 Load(MachineType::AnyTagged(), base, IntPtrConstant(index))); in LoadAndUntagSmi()
1469 Load(MachineType::Int32(), roots_array_start, IntPtrConstant(index))); in LoadAndUntagToWord32Root()
1472 IntPtrConstant(index))); in LoadAndUntagToWord32Root()
1484 IntPtrConstant(zero_offset), Int32Constant(0)); in StoreAndTagSmi()
1486 IntPtrConstant(payload_offset), in StoreAndTagSmi()
1490 IntPtrConstant(offset), SmiTag(value)); in StoreAndTagSmi()
1745 var_hash = IntPtrConstant(PropertyArray::kNoHashSentinel); in LoadJSReceiverIdentityHash()
1774 IntPtrConstant(PropertyArray::kNoHashSentinel)), in LoadJSReceiverIdentityHash()
1814 IntPtrConstant(SeqOneByteString::kHeaderSize - kHeapObjectTag)); in PointerToSeqStringData()
1831 IntPtrConstant(reinterpret_cast<intptr_t>( in DispatchMaybeObject()
1836 IntPtrConstant(kHeapObjectTagMask)), in DispatchMaybeObject()
1837 IntPtrConstant(kHeapObjectTag)), in DispatchMaybeObject()
1842 IntPtrConstant(~kWeakHeapObjectMask))); in DispatchMaybeObject()
1856 IntPtrConstant(kHeapObjectTagMask)), in IsStrongHeapObject()
1857 IntPtrConstant(kHeapObjectTag)); in IsStrongHeapObject()
1869 IntPtrConstant(kHeapObjectTagMask)), in IsWeakOrClearedHeapObject()
1870 IntPtrConstant(kWeakHeapObjectTag)); in IsWeakOrClearedHeapObject()
1876 IntPtrConstant(kClearedWeakHeapObject)); in IsClearedWeakHeapObject()
1882 IntPtrConstant(kClearedWeakHeapObject)); in IsNotClearedWeakHeapObject()
1890 BitcastMaybeObjectToWord(value), IntPtrConstant(~kWeakHeapObjectMask)))); in ToWeakHeapObject()
1902 IntPtrConstant(~kWeakHeapObjectMask)), in IsWeakReferenceTo()
1915 IntPtrConstant(~kWeakHeapObjectMask)), in IsNotWeakReferenceTo()
1921 WordOr(BitcastTaggedToWord(value), IntPtrConstant(kWeakHeapObjectTag)))); in MakeWeak()
1930 IntPtrConstant(0))); in LoadArrayElement()
1985 IntPtrConstant(additional_offset / kPointerSize)); in FixedArrayBoundsCheck()
2042 GotoIf(IntPtrEqual(value, IntPtrConstant(0)), &if_zero); in LoadFixedBigInt64ArrayElementAsTagged()
2043 var_result = AllocateRawBigInt(IntPtrConstant(1)); in LoadFixedBigInt64ArrayElementAsTagged()
2044 Branch(IntPtrGreaterThan(value, IntPtrConstant(0)), &if_positive, in LoadFixedBigInt64ArrayElementAsTagged()
2050 IntPtrConstant(BigInt::SignBits::encode(false) | in LoadFixedBigInt64ArrayElementAsTagged()
2059 IntPtrConstant(BigInt::SignBits::encode(true) | in LoadFixedBigInt64ArrayElementAsTagged()
2062 Unsigned(IntPtrSub(IntPtrConstant(0), value))); in LoadFixedBigInt64ArrayElementAsTagged()
2067 TVARIABLE(WordT, var_sign, IntPtrConstant(BigInt::SignBits::encode(false))); in LoadFixedBigInt64ArrayElementAsTagged()
2087 GotoIf(WordEqual(var_high.value(), IntPtrConstant(0)), &high_zero); in LoadFixedBigInt64ArrayElementAsTagged()
2088 Branch(IntPtrLessThan(var_high.value(), IntPtrConstant(0)), &negative, in LoadFixedBigInt64ArrayElementAsTagged()
2092 Branch(WordEqual(var_low.value(), IntPtrConstant(0)), &if_zero, in LoadFixedBigInt64ArrayElementAsTagged()
2097 var_sign = IntPtrConstant(BigInt::SignBits::encode(true)); in LoadFixedBigInt64ArrayElementAsTagged()
2101 var_high = IntPtrSub(IntPtrConstant(0), var_high.value()); in LoadFixedBigInt64ArrayElementAsTagged()
2103 Branch(WordEqual(var_low.value(), IntPtrConstant(0)), &no_carry, &carry); in LoadFixedBigInt64ArrayElementAsTagged()
2105 var_high = IntPtrSub(var_high.value(), IntPtrConstant(1)); in LoadFixedBigInt64ArrayElementAsTagged()
2108 var_low = IntPtrSub(IntPtrConstant(0), var_low.value()); in LoadFixedBigInt64ArrayElementAsTagged()
2111 Branch(WordEqual(var_high.value(), IntPtrConstant(0)), in LoadFixedBigInt64ArrayElementAsTagged()
2117 var_result = AllocateRawBigInt(IntPtrConstant(1)); in LoadFixedBigInt64ArrayElementAsTagged()
2121 IntPtrConstant(BigInt::LengthBits::encode(1)))); in LoadFixedBigInt64ArrayElementAsTagged()
2128 var_result = AllocateRawBigInt(IntPtrConstant(2)); in LoadFixedBigInt64ArrayElementAsTagged()
2132 IntPtrConstant(BigInt::LengthBits::encode(2)))); in LoadFixedBigInt64ArrayElementAsTagged()
2139 var_result = AllocateBigInt(IntPtrConstant(0)); in LoadFixedBigInt64ArrayElementAsTagged()
2153 GotoIf(IntPtrEqual(value, IntPtrConstant(0)), &if_zero); in LoadFixedBigUint64ArrayElementAsTagged()
2154 var_result = AllocateBigInt(IntPtrConstant(1)); in LoadFixedBigUint64ArrayElementAsTagged()
2175 GotoIf(WordEqual(high, IntPtrConstant(0)), &high_zero); in LoadFixedBigUint64ArrayElementAsTagged()
2176 var_result = AllocateBigInt(IntPtrConstant(2)); in LoadFixedBigUint64ArrayElementAsTagged()
2182 GotoIf(WordEqual(low, IntPtrConstant(0)), &if_zero); in LoadFixedBigUint64ArrayElementAsTagged()
2183 var_result = AllocateBigInt(IntPtrConstant(1)); in LoadFixedBigUint64ArrayElementAsTagged()
2188 var_result = AllocateBigInt(IntPtrConstant(0)); in LoadFixedBigUint64ArrayElementAsTagged()
2467 IntPtrAdd(offset, IntPtrConstant(kIeeeDoubleExponentWordOffset))); in LoadDoubleWithHoleCheck()
2483 Load(MachineType::AnyTagged(), context, IntPtrConstant(offset))); in LoadContextElement()
2490 IntPtrConstant(Context::kHeaderSize - kHeapObjectTag)); in LoadContextElement()
2498 Store(context, IntPtrConstant(offset), value); in StoreContextElement()
2506 IntPtrConstant(Context::kHeaderSize - kHeapObjectTag)); in StoreContextElement()
2514 IntPtrConstant(offset), value); in StoreContextElementNoWriteBarrier()
2554 Node* offset = IntPtrAdd(IntPtrConstant(Context::FIRST_JS_ARRAY_MAP_SLOT), in LoadJSArrayElementsMap()
2655 IntPtrConstant(offset - kHeapObjectTag), value); in StoreObjectByteNoWriteBarrier()
2673 return Store(object, IntPtrConstant(offset - kHeapObjectTag), value); in StoreObjectField()
2682 return Store(object, IntPtrSub(offset, IntPtrConstant(kHeapObjectTag)), in StoreObjectField()
2689 IntPtrConstant(offset - kHeapObjectTag), value); in StoreObjectFieldNoWriteBarrier()
2699 rep, object, IntPtrSub(offset, IntPtrConstant(kHeapObjectTag)), value); in StoreObjectFieldNoWriteBarrier()
2705 object, IntPtrConstant(HeapObject::kMapOffset - kHeapObjectTag), map); in StoreMap()
2717 IntPtrConstant(HeapObject::kMapOffset - kHeapObjectTag), map); in StoreMapNoWriteBarrier()
2841 descriptors, IntPtrConstant(DescriptorArray::ToKeyIndex(length_index))); in EnsureArrayLengthWritable()
3037 CSA_ASSERT(this, UintPtrLessThan(length, IntPtrConstant(3))); in AllocateRawBigInt()
3039 TNode<IntPtrT> size = IntPtrAdd(IntPtrConstant(BigInt::kHeaderSize), in AllocateRawBigInt()
3084 IntPtrConstant(String::kEmptyHashField), in AllocateSeqOneByteString()
3109 Node* size = WordAnd(raw_size, IntPtrConstant(~kObjectAlignmentMask)); in AllocateSeqOneByteString()
3110 Branch(IntPtrLessThanOrEqual(size, IntPtrConstant(kMaxRegularHeapObjectSize)), in AllocateSeqOneByteString()
3122 IntPtrConstant(String::kEmptyHashField), in AllocateSeqOneByteString()
3160 IntPtrConstant(String::kEmptyHashField), in AllocateSeqTwoByteString()
3179 Node* size = WordAnd(raw_size, IntPtrConstant(~kObjectAlignmentMask)); in AllocateSeqTwoByteString()
3180 Branch(IntPtrLessThanOrEqual(size, IntPtrConstant(kMaxRegularHeapObjectSize)), in AllocateSeqTwoByteString()
3192 IntPtrConstant(String::kEmptyHashField), in AllocateSeqTwoByteString()
3228 IntPtrConstant(String::kEmptyHashField), in AllocateSlicedString()
3260 IntPtrConstant(String::kEmptyHashField), in AllocateConsString()
3346 return AllocateNameDictionary(IntPtrConstant(at_least_space_for)); in AllocateNameDictionary()
3353 IntPtrConstant(NameDictionary::kMaxCapacity))); in AllocateNameDictionary()
3361 CSA_ASSERT(this, IntPtrGreaterThan(capacity, IntPtrConstant(0))); in AllocateNameDictionaryWithCapacity()
3364 TimesPointerSize(length), IntPtrConstant(NameDictionary::kHeaderSize)); in AllocateNameDictionaryWithCapacity()
3394 result_word, IntPtrConstant(NameDictionary::OffsetOfElementAt( in AllocateNameDictionaryWithCapacity()
3398 result_word, IntPtrSub(store_size, IntPtrConstant(kHeapObjectTag))); in AllocateNameDictionaryWithCapacity()
3407 CSA_ASSERT(this, IntPtrGreaterThanOrEqual(capacity, IntPtrConstant(0))); in CopyNameDictionary()
3409 capacity, IntPtrConstant(NameDictionary::kMaxRegularCapacity)), in CopyNameDictionary()
3434 TNode<IntPtrT> length_intptr = IntPtrConstant(kFixedArrayLength); in AllocateOrderedHashTable()
3479 capacity, IntPtrConstant(CollectionType::kMaxCapacity))); in AllocateSmallOrderedHashTable()
3482 IntPtrConstant(CollectionType::kDataTableStartOffset); in AllocateSmallOrderedHashTable()
3485 capacity, IntPtrConstant(CollectionType::kEntrySize * kPointerSize)); in AllocateSmallOrderedHashTable()
3501 IntPtrAdd(total_size, IntPtrConstant(kPointerSize - 1)); in AllocateSmallOrderedHashTable()
3525 IntPtrSub(BitcastTaggedToWord(table), IntPtrConstant(kHeapObjectTag)); in AllocateSmallOrderedHashTable()
3533 hash_table_start_address, IntPtrConstant(0xFF), in AllocateSmallOrderedHashTable()
3564 WordAnd(hash, IntPtrSub(number_of_buckets, IntPtrConstant(1))); in FindOrderedHashTableEntry()
3581 WordEqual(var_entry.value(), IntPtrConstant(CollectionType::kNotFound)), in FindOrderedHashTableEntry()
3598 IntPtrConstant(CollectionType::kEntrySize)), in FindOrderedHashTableEntry()
3650 IntPtrAdd(object, IntPtrConstant(start_offset - kHeapObjectTag)); in InitializeStructBody()
3652 IntPtrSub(IntPtrAdd(object, size), IntPtrConstant(kHeapObjectTag)); in InitializeStructBody()
3708 InitializeFieldsWithRoot(object, IntPtrConstant(start_offset), instance_size, in InitializeJSObjectBodyNoSlackTracking()
3751 InitializeFieldsWithRoot(object, IntPtrConstant(start_offset), used_size, in InitializeJSObjectBodyWithSlackTracking()
3797 Node* size = IntPtrConstant(base_size); in AllocateUninitializedJSArrayWithoutElements()
3860 InitializeAllocationMemento(array, IntPtrConstant(JSArray::kSize), in AllocateUninitializedJSArray()
4247 IntPtrConstant(fa_base_data_offset)); in FillFixedArrayWithSmiZero()
4255 backing_store, IntPtrConstant(0), byte_length); in FillFixedArrayWithSmiZero()
4268 IntPtrConstant(fa_base_data_offset)); in FillFixedDoubleArrayWithZero()
4276 backing_store, IntPtrConstant(0), byte_length); in FillFixedDoubleArrayWithZero()
4324 IntPtrConstant(first_element_offset)); in CopyFixedArrayElements()
4353 IntPtrConstant(from_double_elements ? kDoubleSize : kPointerSize)); in CopyFixedArrayElements()
4362 IntPtrConstant(to_double_elements ? kDoubleSize : kPointerSize)); in CopyFixedArrayElements()
4411 IntPtrAdd(to_offset, IntPtrConstant(kPointerSize)), in CopyFixedArrayElements()
5947 CSA_ASSERT(this, IntPtrGreaterThanOrEqual(index, IntPtrConstant(0))); in StringCharCodeAt()
5977 WordShl(offset, IntPtrConstant(1)))); in StringCharCodeAt()
6021 IntPtrConstant(SeqOneByteString::kHeaderSize - kHeapObjectTag), code); in StringFromSingleCharCode()
6041 IntPtrConstant(SeqTwoByteString::kHeaderSize - kHeapObjectTag), code); in StringFromSingleCharCode()
6070 CopyStringCharacters(from, result, from_index, IntPtrConstant(0), in AllocAndCopyStringCharacters()
6082 CopyStringCharacters(from, result, from_index, IntPtrConstant(0), in AllocAndCopyStringCharacters()
6112 GotoIf(IntPtrEqual(substr_length, IntPtrConstant(1)), &single_char); in SubString()
6132 IntPtrConstant(SlicedString::kMinLength)), in SubString()
6201 GotoIf(UintPtrGreaterThan(from, IntPtrConstant(0)), &runtime); in SubString()
6237 var_offset_.Bind(IntPtrConstant(0)); in ToDirectStringAssembler()
6342 result = IntPtrAdd(result, IntPtrConstant(SeqOneByteString::kHeaderSize - in TryToSequential()
6358 result = IntPtrSub(result, IntPtrConstant(SeqOneByteString::kHeaderSize - in TryToSequential()
6519 CopyStringCharacters(var_left.value(), result.value(), IntPtrConstant(0), in StringAdd()
6520 IntPtrConstant(0), word_left_length, in StringAdd()
6522 CopyStringCharacters(var_right.value(), result.value(), IntPtrConstant(0), in StringAdd()
6531 CopyStringCharacters(var_left.value(), result.value(), IntPtrConstant(0), in StringAdd()
6532 IntPtrConstant(0), word_left_length, in StringAdd()
6535 CopyStringCharacters(var_right.value(), result.value(), IntPtrConstant(0), in StringAdd()
6607 IntPtrConstant(SeqTwoByteString::kHeaderSize - kHeapObjectTag), in StringFromSingleCodePoint()
6657 TNode<IntPtrT> one = IntPtrConstant(1); in NumberToString()
7401 WordShr(WordAnd(word, IntPtrConstant(mask)), static_cast<int>(shift))); in DecodeWord()
7408 TNode<IntPtrT> inverted_mask = IntPtrConstant(~static_cast<intptr_t>(mask)); in UpdateWord()
7411 IntPtrConstant(0))); in UpdateWord()
7533 GotoIf(WordEqual(word_result, IntPtrConstant(ResultSentinel::kNotFound)), in TryInternalizeString()
7535 GotoIf(WordEqual(word_result, IntPtrConstant(ResultSentinel::kUnsupported)), in TryInternalizeString()
7549 IntPtrMul(entry, IntPtrConstant(Dictionary::kEntrySize)); in EntryToIndex()
7550 return IntPtrAdd(entry_index, IntPtrConstant(Dictionary::kElementsStartIndex + in EntryToIndex()
7592 return IntPtrMax(capacity, IntPtrConstant(HashTableBase::kMinCapacity)); in HashTableComputeCapacity()
7601 return IntPtrConstant(std::max(left_constant, right_constant)); in IntPtrMax()
7613 return IntPtrConstant(std::min(left_constant, right_constant)); in IntPtrMin()
7647 TNode<WordT> mask = IntPtrSub(capacity, IntPtrConstant(1)); in NameDictionaryLookup()
7651 TNode<IntPtrT> count = IntPtrConstant(0); in NameDictionaryLookup()
7665 count = IntPtrConstant(i + 1); in NameDictionaryLookup()
7670 *var_name_index = IntPtrConstant(0); in NameDictionaryLookup()
7713 return ComputeIntegerHash(key, IntPtrConstant(kZeroHashSeed)); in ComputeIntegerHash()
7738 TNode<WordT> mask = IntPtrSub(capacity, IntPtrConstant(1)); in NumberDictionaryLookup()
7753 TNode<IntPtrT> count = IntPtrConstant(0); in NumberDictionaryLookup()
7958 TNode<IntPtrT> first_inclusive = IntPtrConstant(Array::ToKeyIndex(0)); in LookupLinear()
7959 TNode<IntPtrT> factor = IntPtrConstant(Array::kEntrySize); in LookupLinear()
7981 IntPtrConstant(DescriptorArray::kDescriptorLengthIndex))); in NumberOfEntries()
7989 UintPtrLessThan(length, IntPtrConstant(TransitionArray::kFirstIndex)), in NumberOfEntries()
7994 IntPtrConstant(TransitionArray::kTransitionLengthIndex))); in NumberOfEntries()
8008 return IntPtrAdd(IntPtrConstant(Array::ToKeyIndex(0)), in ToKeyIndex()
8133 IntPtrAdd(IntPtrConstant(DescriptorArray::ToKeyIndex(0)), in DescriptorArrayForEach()
8137 IntPtrAdd(IntPtrConstant(DescriptorArray::ToKeyIndex(0)), in DescriptorArrayForEach()
8714 GotoIf(IntPtrLessThan(intptr_index, IntPtrConstant(0)), if_bailout); in TryLookupElement()
8751 GotoIf(IntPtrLessThan(intptr_index, IntPtrConstant(0)), if_bailout); in TryLookupElement()
8771 TNode<Int32T> first_char = StringCharCodeAt(name_string, IntPtrConstant(0)); in BranchIfMaybeSpecialIndex()
9043 return IntPtrConstant(base_size + element_size * index); in ElementOffsetFromIndex()
9050 ? WordShl(index_node, IntPtrConstant(element_size_shift)) in ElementOffsetFromIndex()
9051 : WordSar(index_node, IntPtrConstant(-element_size_shift))); in ElementOffsetFromIndex()
9052 return IntPtrAdd(IntPtrConstant(base_size), Signed(shifted_index)); in ElementOffsetFromIndex()
9225 GotoIf(IntPtrLessThan(key, IntPtrConstant(0)), bailout); in EmitKeyedSloppyArguments()
9235 Node* intptr_two = IntPtrConstant(2); in EmitKeyedSloppyArguments()
9494 TVARIABLE(UintPtrT, var_low, Unsigned(IntPtrConstant(0))); in EmitBigTypedArrayElementStore()
9496 TVARIABLE(UintPtrT, var_high, Unsigned(IntPtrConstant(0))); in EmitBigTypedArrayElementStore()
9498 GotoIf(WordEqual(length, IntPtrConstant(0)), &do_store); in EmitBigTypedArrayElementStore()
9502 GotoIf(WordEqual(length, IntPtrConstant(1)), &load_done); in EmitBigTypedArrayElementStore()
9507 GotoIf(WordEqual(sign, IntPtrConstant(0)), &do_store); in EmitBigTypedArrayElementStore()
9510 var_high = Unsigned(IntPtrSub(IntPtrConstant(0), var_high.value())); in EmitBigTypedArrayElementStore()
9512 GotoIf(WordEqual(var_low.value(), IntPtrConstant(0)), &no_carry); in EmitBigTypedArrayElementStore()
9513 var_high = Unsigned(IntPtrSub(var_high.value(), IntPtrConstant(1))); in EmitBigTypedArrayElementStore()
9517 var_low = Unsigned(IntPtrSub(IntPtrConstant(0), var_low.value())); in EmitBigTypedArrayElementStore()
9532 IntPtrAdd(offset, IntPtrConstant(kPointerSize)), in EmitBigTypedArrayElementStore()
9541 IntPtrAdd(offset, IntPtrConstant(kPointerSize)), in EmitBigTypedArrayElementStore()
9763 CSA_ASSERT(this, WordNotEqual(elements_length, IntPtrConstant(0))); in TransitionElementsKind()
9792 IntPtrConstant(Page::kFlagsOffset))); in TrapAllocationMemento()
9794 IntPtrConstant(MemoryChunk::kIsInNewSpaceMask)), in TrapAllocationMemento()
9795 IntPtrConstant(0)), in TrapAllocationMemento()
9800 object_word, IntPtrConstant(kMementoLastWordOffset - kHeapObjectTag)); in TrapAllocationMemento()
9838 return WordAnd(address, IntPtrConstant(~kPageAlignmentMask)); in PageFromAddress()
9843 TNode<IntPtrT> size = IntPtrConstant(AllocationSite::kSizeWithWeakNext); in CreateAllocationSiteInFeedbackVector()
9848 IntPtrConstant(0), IntPtrConstant(GetInitialFastElementsKind())); in CreateAllocationSiteInFeedbackVector()
9994 Node* index = IntPtrConstant(i); in BuildFastFixedArrayForEach()
10002 Node* index = IntPtrConstant(i); in BuildFastFixedArrayForEach()
10041 start_offset = IntPtrAdd(start_offset, IntPtrConstant(-kHeapObjectTag)); in InitializeFieldsWithRoot()
10042 end_offset = IntPtrAdd(end_offset, IntPtrConstant(-kHeapObjectTag)); in InitializeFieldsWithRoot()
12081 assembler_->IntPtrConstant(kPointerSize))); in GetReceiver()
12087 assembler_->IntPtrConstant(kPointerSize), in SetReceiver()
12112 return AtIndex(assembler_->IntPtrConstant(index)); in AtIndex()
12258 return WordNotEqual(promise_hook, IntPtrConstant(0)); in IsPromiseHookEnabled()
12266 return WordNotEqual(async_event_delegate, IntPtrConstant(0)); in HasAsyncEventDelegate()
12418 IntPtrConstant(StackFrame::TypeToMarker(frame_type))); in MarkerIsFrameType()
12424 IntPtrConstant(StackFrame::TypeToMarker(frame_type))); in MarkerIsNotFrameType()
12466 Branch(WordEqual(object_enum_length, IntPtrConstant(0)), &loop, if_slow); in CheckPrototypeEnumCache()
12479 IntPtrConstant(kInvalidEnumCacheSentinel)), in CheckEnumCache()