Searched refs:NumberAcosh (Results 1 – 5 of 5) sorted by relevance
559 const Operator* NumberAcosh(); in NON_EXPORTED_BASE()
311 V(NumberAcosh) \
358 Type OperationTyper::NumberAcosh(Type type) { in NumberAcosh() function in v8::internal::compiler::OperationTyper
680 V(NumberAcosh, Operator::kNoProperties, 1, 0) \
3536 return ReduceMathUnary(node, simplified()->NumberAcosh()); in ReduceJSCall()