Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h570 const Operator* NumberLog(); in NON_EXPORTED_BASE()
Dopcodes.h325 V(NumberLog) \
Doperation-typer.cc434 Type OperationTyper::NumberLog(Type type) { in NumberLog() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc691 V(NumberLog, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc3562 return ReduceMathUnary(node, simplified()->NumberLog()); in ReduceJSCall()