Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h559 const Operator* NumberAcosh(); in NON_EXPORTED_BASE()
Dopcodes.h311 V(NumberAcosh) \
Doperation-typer.cc358 Type OperationTyper::NumberAcosh(Type type) { in NumberAcosh() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc680 V(NumberAcosh, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc3536 return ReduceMathUnary(node, simplified()->NumberAcosh()); in ReduceJSCall()