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

/external/v8/src/compiler/
H A Dsimplified-operator.h335 const Operator* CheckedInt32Mul(CheckForMinusZeroMode);
H A Dopcodes.h202 V(CheckedInt32Mul) \
H A Dsimplified-operator.cc504 Operator::kFoldable | Operator::kNoThrow, "CheckedInt32Mul", 2, 1,
644 const Operator* SimplifiedOperatorBuilder::CheckedInt32Mul( function in class:v8::internal::compiler::SimplifiedOperatorBuilder
H A Dsimplified-lowering.cc1147 NodeProperties::ChangeOp(node, simplified()->CheckedInt32Mul(mz_mode));

Completed in 668 milliseconds