Home
last modified time | relevance | path

Searched refs:NumberImul (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dsimplified-operator.h552 const Operator* NumberImul(); in NON_EXPORTED_BASE()
Dopcodes.h288 V(NumberImul) \
Doperation-typer.cc987 Type OperationTyper::NumberImul(Type lhs, Type rhs) { in NumberImul() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc673 V(NumberImul, Operator::kCommutative, 2, 0) \
Djs-call-reducer.cc116 Node* value = graph()->NewNode(simplified()->NumberImul(), left, right); in ReduceMathImul()