Home
last modified time | relevance | path

Searched refs:const_operand (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/v8/src/arm64/
Dlithium-codegen-arm64.cc3605 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoLoadKeyedFixed() local
3607 ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixed()
5282 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoStoreKeyedFixed() local
5284 ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixed()
/external/chromium_org/v8/src/arm/
Dlithium-codegen-arm.cc3349 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoLoadKeyedFixedArray() local
3350 offset += ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixedArray()
4406 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoStoreKeyedFixedArray() local
4407 offset += ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixedArray()
/external/chromium_org/v8/src/mips64/
Dlithium-codegen-mips64.cc3257 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoLoadKeyedFixedArray() local
3258 offset += ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixedArray()
4407 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoStoreKeyedFixedArray() local
4408 offset += ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixedArray()
/external/chromium_org/v8/src/mips/
Dlithium-codegen-mips.cc3255 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoLoadKeyedFixedArray() local
3256 offset += ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixedArray()
4361 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoStoreKeyedFixedArray() local
4362 offset += ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixedArray()