Lines Matching refs:ToInteger32
520 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32() function in v8::internal::LCodeGen
1397 int constant = ToInteger32(LConstantOperand::cast(right)); in DoMulI()
1454 if (ToInteger32(LConstantOperand::cast(right)) < 0) { in DoMulI()
1456 } else if (ToInteger32(LConstantOperand::cast(right)) == 0) { in DoMulI()
1547 int value = ToInteger32(LConstantOperand::cast(right)); in DoShiftI()
2539 int parameter_count = ToInteger32(instr->constant_parameter_count()); in EmitReturn()
2808 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt()
2809 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt()
2968 int constant_value = ToInteger32(LConstantOperand::cast(key)); in BuildFastArrayOperand()
3761 __ lea(result, Operand(base, ToInteger32(offset))); in DoInnerAllocatedObject()
3783 __ mov(operand, Immediate(ToInteger32(operand_value))); in DoStoreNamedField()
4086 int32_t constant_key = ToInteger32(LConstantOperand::cast(key)); in DoMaybeGrowElements()
4088 ToInteger32(LConstantOperand::cast(current_capacity)); in DoMaybeGrowElements()
4094 int32_t constant_key = ToInteger32(LConstantOperand::cast(key)); in DoMaybeGrowElements()
4099 ToInteger32(LConstantOperand::cast(current_capacity)); in DoMaybeGrowElements()
5021 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoAllocate()
5033 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoAllocate()
5065 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoDeferredAllocate()