Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h558 const Operator* NumberAcos(); in NON_EXPORTED_BASE()
Dopcodes.h310 V(NumberAcos) \
Doperation-typer.cc353 Type OperationTyper::NumberAcos(Type type) { in NumberAcos() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc679 V(NumberAcos, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc3534 return ReduceMathUnary(node, simplified()->NumberAcos()); in ReduceJSCall()