Searched defs:const_operand (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc2836 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); local
2837 offset += ToInteger32(const_operand) * kPointerSize;
3919 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); local
3920 offset += ToInteger32(const_operand) * kPointerSize;
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc3218 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); local
3220 ToInteger32(const_operand) * kPointerSize;
4837 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); local
4839 ToInteger32(const_operand) * kPointerSize;
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc2760 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); local
2761 offset += ToInteger32(const_operand) * kPointerSize;
3891 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); local
3892 offset += ToInteger32(const_operand) * kPointerSize;
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc2917 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); local
2918 offset += ToInteger32(const_operand) * kPointerSize;
4106 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); local
4107 offset += ToInteger32(const_operand) * kPointerSize;
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc3014 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); local
3015 offset += ToInteger32(const_operand) * kPointerSize;
4217 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); local
4218 offset += ToInteger32(const_operand) * kPointerSize;
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc2975 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); local
2976 offset += ToInteger32(const_operand) * kPointerSize;
4142 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); local
4143 offset += ToInteger32(const_operand) * kPointerSize;

Completed in 598 milliseconds