Searched refs:NumberAcos (Results 1 – 5 of 5) sorted by relevance
558 const Operator* NumberAcos(); in NON_EXPORTED_BASE()
310 V(NumberAcos) \
353 Type OperationTyper::NumberAcos(Type type) { in NumberAcos() function in v8::internal::compiler::OperationTyper
679 V(NumberAcos, Operator::kNoProperties, 1, 0) \
3534 return ReduceMathUnary(node, simplified()->NumberAcos()); in ReduceJSCall()