Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h549 const Operator* NumberShiftLeft(); in NON_EXPORTED_BASE()
Doperation-typer.cc892 Type OperationTyper::NumberShiftLeft(Type lhs, Type rhs) { in NumberShiftLeft() function in v8::internal::compiler::OperationTyper
1067 SPECULATIVE_NUMBER_BINOP(NumberShiftLeft) in SPECULATIVE_NUMBER_BINOP()
Dopcodes.h284 V(NumberShiftLeft) \
Dsimplified-operator.cc670 V(NumberShiftLeft, Operator::kNoProperties, 2, 0) \
Dtyper.cc1039 return BinaryNumberOpTyper(lhs, rhs, t, NumberShiftLeft); in JSShiftLeftTyper()
Djs-typed-lowering.cc297 return simplified()->NumberShiftLeft(); in NumberOp()
Djs-native-context-specialization.cc2792 graph()->NewNode(simplified()->NumberShiftLeft(), hash, in BuildExtendPropertiesBackingStore()