Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h314 const Operator* NumberLog10(); in NON_EXPORTED_BASE()
Dopcodes.h289 V(NumberLog10) \
Dsimplified-operator.cc443 V(NumberLog10, Operator::kNoProperties, 1, 0) \
Doperation-typer.cc394 Type* OperationTyper::NumberLog10(Type* type) { in NumberLog10() function in v8::internal::compiler::OperationTyper
Djs-builtin-reducer.cc1231 Node* value = graph()->NewNode(simplified()->NumberLog10(), r.left()); in ReduceMathLog10()