Lines Matching refs:ToInteger32

460 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const {  in ToInteger32()  function in v8::internal::LCodeGen
1409 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); in DoMulI()
1650 int value = ToInteger32(LConstantOperand::cast(right_op)); in DoShiftI()
1819 int offset = ToInteger32(LConstantOperand::cast(index)); in DoShiftI()
2312 int32_t value = ToInteger32(LConstantOperand::cast(right)); in DoShiftI()
2327 int32_t value = ToInteger32(LConstantOperand::cast(left)); in DoShiftI()
2732 int parameter_count = ToInteger32(instr->constant_parameter_count()); in DoShiftI()
2964 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoShiftI()
2966 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoShiftI()
2977 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoShiftI()
3005 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoShiftI()
3114 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoShiftI()
3159 offset += ToInteger32(const_operand) * kPointerSize; in DoShiftI()
4037 __ Add(result, base, ToInteger32(offset), r0); in DoShiftI()
4165 int32_t length = ToInteger32(LConstantOperand::cast(instr->length())); in DoShiftI()
4174 int32_t index = ToInteger32(LConstantOperand::cast(instr->index())); in DoShiftI()
4208 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoShiftI()
4300 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoShiftI()
4344 offset += ToInteger32(const_operand) * kPointerSize; in DoShiftI()
4441 int32_t constant_key = ToInteger32(LConstantOperand::cast(key)); in DoShiftI()
4443 ToInteger32(LConstantOperand::cast(current_capacity)); in DoShiftI()
4449 int32_t constant_key = ToInteger32(LConstantOperand::cast(key)); in DoShiftI()
4454 ToInteger32(LConstantOperand::cast(current_capacity)); in DoShiftI()
4603 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoShiftI()
5418 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoShiftI()
5430 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoShiftI()
5461 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoShiftI()