Searched refs:TryIntPtrAdd (Results 1 – 5 of 5) sorted by relevance
224 return TryIntPtrAdd(baseSize, Convert<intptr>(byteLength))
128 const length: intptr = TryIntPtrAdd(lenA, lenB) otherwise IfOverflow;
1082 extern macro TryIntPtrAdd(intptr, intptr): intptr labels Overflow;
623 TNode<IntPtrT> TryIntPtrAdd(TNode<IntPtrT> a, TNode<IntPtrT> b,
825 TNode<IntPtrT> CodeStubAssembler::TryIntPtrAdd(TNode<IntPtrT> a, in TryIntPtrAdd() function in v8::internal::CodeStubAssembler855 TryIntPtrAdd(BitcastTaggedToWordForTagAndSmiBits(lhs), in TrySmiAdd()