Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h582 const Operator* NumberTan(); in NON_EXPORTED_BASE()
Dopcodes.h334 V(NumberTan) \
Doperation-typer.cc502 Type OperationTyper::NumberTan(Type type) { in NumberTan() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc703 V(NumberTan, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc3580 return ReduceMathUnary(node, simplified()->NumberTan()); in ReduceJSCall()