Searched refs:NumberAbs (Results 1 – 5 of 5) sorted by relevance
553 const Operator* NumberAbs(); in NON_EXPORTED_BASE()
309 V(NumberAbs) \
323 Type OperationTyper::NumberAbs(Type type) { in NumberAbs() function in v8::internal::compiler::OperationTyper
674 V(NumberAbs, Operator::kNoProperties, 1, 0) \
3532 return ReduceMathUnary(node, simplified()->NumberAbs()); in ReduceJSCall()