Home
last modified time | relevance | path

Searched defs:IntPtrAdd (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/torque/
Druntime-macro-shims.h24 inline intptr_t IntPtrAdd(intptr_t a, intptr_t b) { return a + b; } in IntPtrAdd() function
/third_party/node/deps/v8/tools/debug_helper/
Ddebug-macro-shims.h62 inline Value<intptr_t> IntPtrAdd(d::MemoryAccessor accessor, intptr_t a, in IntPtrAdd() function
/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h1046 TNode<IntPtrT> IntPtrAdd(TNode<IntPtrT> left, TNode<IntPtrT> right) { in IntPtrAdd() function
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h482 PARAMETER_BINOP(IntPtrOrSmiAdd, IntPtrAdd, SmiAdd) in PARAMETER_BINOP() argument