Home
last modified time | relevance | path

Searched refs:CheckedInt32Mul (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h910 const Operator* CheckedInt32Mul(CheckForMinusZeroMode); in NON_EXPORTED_BASE()
Dopcodes.h281 V(CheckedInt32Mul) \
Dsimplified-operator.cc1333 const Operator* SimplifiedOperatorBuilder::CheckedInt32Mul( in CheckedInt32Mul() function in v8::internal::compiler::SimplifiedOperatorBuilder
Dsimplified-lowering.cc1562 if (lower<T>()) ChangeOp(node, simplified()->CheckedInt32Mul(mz_mode)); in VisitForCheckedInt32Mul()