Home
last modified time | relevance | path

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

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