Home
last modified time | relevance | path

Searched refs:TryIntPtrAdd (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dtorque-internal.tq224 return TryIntPtrAdd(baseSize, Convert<intptr>(byteLength))
Darray-join.tq128 const length: intptr = TryIntPtrAdd(lenA, lenB) otherwise IfOverflow;
Dbase.tq1082 extern macro TryIntPtrAdd(intptr, intptr): intptr labels Overflow;
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h623 TNode<IntPtrT> TryIntPtrAdd(TNode<IntPtrT> a, TNode<IntPtrT> b,
Dcode-stub-assembler.cc825 TNode<IntPtrT> CodeStubAssembler::TryIntPtrAdd(TNode<IntPtrT> a, in TryIntPtrAdd() function in v8::internal::CodeStubAssembler
855 TryIntPtrAdd(BitcastTaggedToWordForTagAndSmiBits(lhs), in TrySmiAdd()