Searched refs:NumberSin (Results 1 – 5 of 5) sorted by relevance
771 const Operator* NumberSin(); in NON_EXPORTED_BASE()
378 V(NumberSin) \
488 Type OperationTyper::NumberSin(Type type) { in NumberSin() function in v8::internal::compiler::OperationTyper
719 V(NumberSin, Operator::kNoProperties, 1, 0) \
4746 return ReduceMathUnary(node, simplified()->NumberSin()); in ReduceJSCall()