Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h686 const Operator* CheckedInt32Mul(CheckForMinusZeroMode); in NON_EXPORTED_BASE()
Dopcodes.h250 V(CheckedInt32Mul) \
Dsimplified-operator.cc1195 const Operator* SimplifiedOperatorBuilder::CheckedInt32Mul( in CheckedInt32Mul() function in v8::internal::compiler::SimplifiedOperatorBuilder
Dsimplified-lowering.cc1271 NodeProperties::ChangeOp(node, simplified()->CheckedInt32Mul(mz_mode)); in LowerToCheckedInt32Mul()