Lines Matching refs:IntPtrSub

340   value = Signed(IntPtrSub(value, IntPtrConstant(1)));  in IntPtrRoundUpToPowerOfTwo32()
361 [=] { return WordAnd(value, IntPtrSub(value, IntPtrConstant(1))); }), in WordIsPowerOfTwo()
1415 return Load(rep, object, IntPtrSub(offset, IntPtrConstant(kHeapObjectTag))); in LoadObjectField()
2062 Unsigned(IntPtrSub(IntPtrConstant(0), value))); in LoadFixedBigInt64ArrayElementAsTagged()
2101 var_high = IntPtrSub(IntPtrConstant(0), var_high.value()); in LoadFixedBigInt64ArrayElementAsTagged()
2105 var_high = IntPtrSub(var_high.value(), IntPtrConstant(1)); in LoadFixedBigInt64ArrayElementAsTagged()
2108 var_low = IntPtrSub(IntPtrConstant(0), var_low.value()); in LoadFixedBigInt64ArrayElementAsTagged()
2682 return Store(object, IntPtrSub(offset, IntPtrConstant(kHeapObjectTag)), in StoreObjectField()
2699 rep, object, IntPtrSub(offset, IntPtrConstant(kHeapObjectTag)), value); in StoreObjectFieldNoWriteBarrier()
2899 IntPtrSub(UncheckedCast<IntPtrT>(args->GetLength(INTPTR_PARAMETERS)), in BuildAppendJSArray()
3398 result_word, IntPtrSub(store_size, IntPtrConstant(kHeapObjectTag))); in AllocateNameDictionaryWithCapacity()
3525 IntPtrSub(BitcastTaggedToWord(table), IntPtrConstant(kHeapObjectTag)); in AllocateSmallOrderedHashTable()
3564 WordAnd(hash, IntPtrSub(number_of_buckets, IntPtrConstant(1))); in FindOrderedHashTableEntry()
3652 IntPtrSub(IntPtrAdd(object, size), IntPtrConstant(kHeapObjectTag)); in InitializeStructBody()
4344 ? IntPtrSub(BitcastTaggedToWord(to_array), first_from_element_offset) in CopyFixedArrayElements()
4351 Node* from_offset = IntPtrSub( in CopyFixedArrayElements()
4360 to_offset = IntPtrSub( in CopyFixedArrayElements()
6100 TNode<IntPtrT> const substr_length = IntPtrSub(to, from); in SubString()
6358 result = IntPtrSub(result, IntPtrConstant(SeqOneByteString::kHeaderSize - in TryToSequential()
6658 mask = IntPtrSub(mask, one); in NumberToString()
7647 TNode<WordT> mask = IntPtrSub(capacity, IntPtrConstant(1)); in NameDictionaryLookup()
7738 TNode<WordT> mask = IntPtrSub(capacity, IntPtrConstant(1)); in NumberDictionaryLookup()
8377 field_index = IntPtrSub(field_index, instance_size_in_words); in LoadPropertyFromFastObject()
9236 Node* adjusted_length = IntPtrSub(elements_length, intptr_two); in EmitKeyedSloppyArguments()
9510 var_high = Unsigned(IntPtrSub(IntPtrConstant(0), var_high.value())); 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()
12169 Node* start = assembler_->IntPtrSub( in ForEach()
12172 Node* end = assembler_->IntPtrSub( in ForEach()