Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h757 const Operator* NumberCbrt(); in NON_EXPORTED_BASE()
Dopcodes.h363 V(NumberCbrt) \
Doperation-typer.cc384 Type OperationTyper::NumberCbrt(Type type) { in NumberCbrt() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc705 V(NumberCbrt, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc4718 return ReduceMathUnary(node, simplified()->NumberCbrt()); in ReduceJSCall()