Home
last modified time | relevance | path

Searched defs:IntPtrMul (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/torque/
Druntime-macro-shims.h25 inline intptr_t IntPtrMul(intptr_t a, intptr_t b) { return a * b; } in IntPtrMul() function
/third_party/node/deps/v8/tools/debug_helper/
Ddebug-macro-shims.h66 inline Value<intptr_t> IntPtrMul(d::MemoryAccessor accessor, intptr_t a, in IntPtrMul() function
/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h1054 TNode<IntPtrT> IntPtrMul(TNode<IntPtrT> left, TNode<IntPtrT> right) { in IntPtrMul() function