Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h580 const Operator* NumberSinh(); in NON_EXPORTED_BASE()
Dopcodes.h332 V(NumberSinh) \
Doperation-typer.cc492 Type OperationTyper::NumberSinh(Type type) { in NumberSinh() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc701 V(NumberSinh, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc3576 return ReduceMathUnary(node, simplified()->NumberSinh()); in ReduceJSCall()