Searched refs:NumberExp (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/compiler/
H A Dsimplified-operator.h310 const Operator* NumberExp();
H A Dopcodes.h282 V(NumberExp) \
H A Dsimplified-operator.cc439 V(NumberExp, Operator::kNoProperties, 1, 0) \
H A Doperation-typer.cc356 Type* OperationTyper::NumberExp(Type* type) { function in class:v8::internal::compiler::OperationTyper
H A Djs-builtin-reducer.cc1144 // Math.exp(a:plain-primitive) -> NumberExp(ToNumber(a))
1146 Node* value = graph()->NewNode(simplified()->NumberExp(), input);

Completed in 50 milliseconds