Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h318 const Operator* NumberPow(); in NON_EXPORTED_BASE()
Dopcodes.h254 V(NumberPow)
Dsimplified-operator.cc447 V(NumberPow, Operator::kNoProperties, 2, 0) \
Doperation-typer.cc951 Type* OperationTyper::NumberPow(Type* lhs, Type* rhs) { in NumberPow() function in v8::internal::compiler::OperationTyper
Djs-builtin-reducer.cc1294 Node* value = graph()->NewNode(simplified()->NumberPow(), left, right); in ReduceMathPow()