Home
last modified time | relevance | path

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

/external/v8/src/torque/
Druntime-macro-shims.h23 inline intptr_t IntPtrMul(Isolate* isolate, intptr_t a, intptr_t b) { in IntPtrMul() function
/external/v8/src/compiler/
Dcode-assembler.h925 TNode<IntPtrT> IntPtrMul(TNode<IntPtrT> left, TNode<IntPtrT> right) { in IntPtrMul() function