Home
last modified time | relevance | path

Searched refs:Int32MulWithOverflow (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/
Dgraph-assembler.h64 V(Int32MulWithOverflow) \
Dcode-assembler.h97 V(Int32MulWithOverflow) \
Dmachine-operator.h254 const Operator* Int32MulWithOverflow(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h291 Node* Int32MulWithOverflow(Node* a, Node* b) { in Int32MulWithOverflow() function
292 return AddNode(machine()->Int32MulWithOverflow(), a, b); in Int32MulWithOverflow()
Dopcodes.h396 V(Int32MulWithOverflow) \
Dmachine-operator.cc367 V(Int32MulWithOverflow, Operator::kAssociative | Operator::kCommutative) \
Deffect-control-linearizer.cc1446 Node* projection = __ Int32MulWithOverflow(lhs, rhs); in LowerCheckedInt32Mul()
/external/v8/src/
Dcode-stub-assembler.cc532 Node* pair = Int32MulWithOverflow(lhs32, rhs32); in SmiMul()