Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Doperation-typer.cc1105 Type OperationTyper::NumberPow(Type lhs, Type rhs) { in NumberPow() function in v8::internal::compiler::OperationTyper
1121 SPECULATIVE_NUMBER_BINOP(NumberPow) in SPECULATIVE_NUMBER_BINOP()
Dsimplified-operator.h768 const Operator* NumberPow(); in NON_EXPORTED_BASE()
Dopcodes.h333 V(NumberPow)
Dtyped-optimization.cc774 return simplified->NumberPow(); in NumberOpFromSpeculativeNumberOp()
Dsimplified-operator.cc716 V(NumberPow, Operator::kNoProperties, 2, 0) \
Djs-typed-lowering.cc344 return simplified()->NumberPow(); in NumberOp()
Djs-call-reducer.cc4760 return ReduceMathBinary(node, simplified()->NumberPow()); in ReduceJSCall()