Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dopcodes.h377 V(NumberTrunc) \
Dsimplified-operator.h774 const Operator* NumberTrunc(); in NON_EXPORTED_BASE()
Doperation-typer.cc513 Type OperationTyper::NumberTrunc(Type type) { in NumberTrunc() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc752 V(NumberTrunc, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc4432 return ReduceMathUnary(node, simplified()->NumberTrunc()); in ReduceJSCall()