Lines Matching defs:ToInteger32
322 int LCodeGen::ToInteger32(LConstantOperand* op) const {
942 int right_value = ToInteger32(LConstantOperand::cast(right));
998 if (ToInteger32(LConstantOperand::cast(right)) <= 0) {
1021 ToInteger32(LConstantOperand::cast(right));
1098 int value = ToInteger32(LConstantOperand::cast(right));
1134 Immediate(ToInteger32(LConstantOperand::cast(right))));
1294 Immediate(ToInteger32(LConstantOperand::cast(right))));
1558 value = ToInteger32(LConstantOperand::cast(right));
1561 value = ToInteger32(LConstantOperand::cast(left));
2422 int constant_value = ToInteger32(LConstantOperand::cast(key));
3362 Immediate(ToInteger32(LConstantOperand::cast(instr->index()))));
3373 Immediate(ToInteger32(LConstantOperand::cast(instr->index()))));
3392 ToInteger32(const_operand) * kPointerSize + FixedArray::kHeaderSize;
3539 int const_index = ToInteger32(LConstantOperand::cast(instr->index()));