Searched defs:Word32Shl (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Draw-machine-assembler.h188 Node* Word32Shl(Node* a, Node* b) { function in class:v8::internal::compiler::RawMachineAssembler
189 return AddNode(machine()->Word32Shl(), a, b);
H A Djs-typed-lowering.cc1096 Node* offset = Word32Shl(key, static_cast<int>(k));
1164 Node* offset = Word32Shl(key, static_cast<int>(k));
1972 Node* JSTypedLowering::Word32Shl(Node* const lhs, int32_t const rhs) { function in class:v8::internal::compiler::JSTypedLowering
1974 return graph()->NewNode(machine()->Word32Shl(), lhs,

Completed in 78 milliseconds