Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-typed-array-gen.cc435 offset = UintPtrAdd(UintPtrConstant(ByteArray::kHeaderSize - kHeapObjectTag), in SetJSTypedArrayOnHeapDataPtr()
Dbuiltins-array-gen.cc1350 ChangeUintPtrToTagged(UintPtrAdd(index_uintptr, UintPtrConstant(1)))); in TF_BUILTIN()
Dbase.tq953 extern operator '+' macro UintPtrAdd(uintptr, uintptr): uintptr;
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc573 value = UintPtrAdd(lhs, rhs); in PopulationCountFallback()
579 value = UintPtrAdd(lhs, rhs); in PopulationCountFallback()
585 value = UintPtrAdd(lhs, rhs); in PopulationCountFallback()
594 value = UintPtrAdd(lhs, value); in PopulationCountFallback()
599 value = UintPtrAdd(lhs, value); in PopulationCountFallback()
605 value = UintPtrAdd(lhs, value); in PopulationCountFallback()
7036 UintPtrAdd(index, Unsigned(to_direct.offset())); in StringCharCodeAt()
14193 UintPtrAdd(array_byte_offset, array_byte_length)), in LoadVariableLengthJSArrayBufferViewByteLength()
14238 UintPtrAdd(array_byte_offset, array_byte_length)), in IsJSArrayBufferViewDetachedOrOutOfBounds()
/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h1058 TNode<UintPtrT> UintPtrAdd(TNode<UintPtrT> left, TNode<UintPtrT> right) { in UintPtrAdd() function