Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h557 const Operator* NumberFround(); in NON_EXPORTED_BASE()
Dopcodes.h324 V(NumberFround) \
Doperation-typer.cc429 Type OperationTyper::NumberFround(Type type) { in NumberFround() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc678 V(NumberFround, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc3560 return ReduceMathUnary(node, simplified()->NumberFround()); in ReduceJSCall()