Searched refs:const_operand (Results 1 – 4 of 4) sorted by relevance
3605 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoLoadKeyedFixed() local3607 ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixed()5282 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoStoreKeyedFixed() local5284 ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixed()
3349 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoLoadKeyedFixedArray() local3350 offset += ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixedArray()4406 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoStoreKeyedFixedArray() local4407 offset += ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixedArray()
3257 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoLoadKeyedFixedArray() local3258 offset += ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixedArray()4407 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoStoreKeyedFixedArray() local4408 offset += ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixedArray()
3255 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoLoadKeyedFixedArray() local3256 offset += ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixedArray()4361 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoStoreKeyedFixedArray() local4362 offset += ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixedArray()