Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h573 const Operator* NumberLog2(); in NON_EXPORTED_BASE()
Dopcodes.h327 V(NumberLog2) \
Doperation-typer.cc444 Type OperationTyper::NumberLog2(Type type) { in NumberLog2() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc694 V(NumberLog2, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc3568 return ReduceMathUnary(node, simplified()->NumberLog2()); in ReduceJSCall()