Home
last modified time | relevance | path

Searched refs:NumberPow (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dopcodes.h328 V(NumberPow)
Dsimplified-operator.h766 const Operator* NumberPow(); in NON_EXPORTED_BASE()
Doperation-typer.cc1102 Type OperationTyper::NumberPow(Type lhs, Type rhs) { in NumberPow() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc744 V(NumberPow, Operator::kNoProperties, 2, 0) \
Djs-typed-lowering.cc339 return simplified()->NumberPow(); in NumberOp()
Djs-call-reducer.cc4436 return ReduceMathBinary(node, simplified()->NumberPow()); in ReduceJSCall()