Searched refs:const_operand (Results 1 – 5 of 5) sorted by relevance
3006 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoLoadKeyedFixedArray() local3007 offset += ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixedArray()4081 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoStoreKeyedFixedArray() local4082 offset += ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixedArray()
3289 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoLoadKeyedFixed() local3291 ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixed()4945 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoStoreKeyedFixed() local4947 ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixed()
2938 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoLoadKeyedFixedArray() local2939 offset += ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixedArray()4056 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoStoreKeyedFixedArray() local4057 offset += ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixedArray()
3096 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoLoadKeyedFixedArray() local3097 offset += ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixedArray()4272 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoStoreKeyedFixedArray() local4273 offset += ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixedArray()
3158 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoShiftI() local3159 offset += ToInteger32(const_operand) * kPointerSize; in DoShiftI()4343 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoShiftI() local4344 offset += ToInteger32(const_operand) * kPointerSize; in DoShiftI()