Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h577 const Operator* NumberRound(); in NON_EXPORTED_BASE()
Dopcodes.h329 V(NumberRound) \
Doperation-typer.cc454 Type OperationTyper::NumberRound(Type type) { in NumberRound() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc698 V(NumberRound, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc3570 return ReduceMathUnary(node, simplified()->NumberRound()); in ReduceJSCall()