Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h762 const Operator* NumberLog(); in NON_EXPORTED_BASE()
Dopcodes.h372 V(NumberLog) \
Doperation-typer.cc435 Type OperationTyper::NumberLog(Type type) { in NumberLog() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc710 V(NumberLog, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc4734 return ReduceMathUnary(node, simplified()->NumberLog()); in ReduceJSCall()