Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h572 const Operator* NumberLog10(); in NON_EXPORTED_BASE()
Dopcodes.h328 V(NumberLog10) \
Doperation-typer.cc449 Type OperationTyper::NumberLog10(Type type) { in NumberLog10() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc693 V(NumberLog10, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc3566 return ReduceMathUnary(node, simplified()->NumberLog10()); in ReduceJSCall()