Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h553 const Operator* NumberAbs(); in NON_EXPORTED_BASE()
Dopcodes.h309 V(NumberAbs) \
Doperation-typer.cc323 Type OperationTyper::NumberAbs(Type type) { in NumberAbs() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc674 V(NumberAbs, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc3532 return ReduceMathUnary(node, simplified()->NumberAbs()); in ReduceJSCall()