Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc3006 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoLoadKeyedFixedArray() local
3007 offset += ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixedArray()
4081 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoStoreKeyedFixedArray() local
4082 offset += ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixedArray()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc3289 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoLoadKeyedFixed() local
3291 ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixed()
4945 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoStoreKeyedFixed() local
4947 ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixed()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2938 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoLoadKeyedFixedArray() local
2939 offset += ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixedArray()
4056 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoStoreKeyedFixedArray() local
4057 offset += ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixedArray()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc3096 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoLoadKeyedFixedArray() local
3097 offset += ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixedArray()
4272 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoStoreKeyedFixedArray() local
4273 offset += ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixedArray()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc3158 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoShiftI() local
3159 offset += ToInteger32(const_operand) * kPointerSize; in DoShiftI()
4343 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoShiftI() local
4344 offset += ToInteger32(const_operand) * kPointerSize; in DoShiftI()