Home
last modified time | relevance | path

Searched refs:NumberShiftLeft (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Doperation-typer.cc933 Type OperationTyper::NumberShiftLeft(Type lhs, Type rhs) { in NumberShiftLeft() function in v8::internal::compiler::OperationTyper
1127 SPECULATIVE_NUMBER_BINOP(NumberShiftLeft) in SPECULATIVE_NUMBER_BINOP()
Dsimplified-operator.h741 const Operator* NumberShiftLeft(); in NON_EXPORTED_BASE()
Dopcodes.h326 V(NumberShiftLeft) \
Dsimplified-operator.cc689 V(NumberShiftLeft, Operator::kNoProperties, 2, 0) \
Dtyper.cc1146 return BinaryNumberOpTyper(lhs, rhs, t, NumberShiftLeft); in JSShiftLeftTyper()
Djs-typed-lowering.cc352 return simplified()->NumberShiftLeft(); in NumberOp()
Djs-native-context-specialization.cc3338 graph()->NewNode(simplified()->NumberShiftLeft(), hash, in BuildExtendPropertiesBackingStore()