Lines Matching refs:ToInteger32
513 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32() function in v8::internal::LCodeGen
1488 int constant = ToInteger32(LConstantOperand::cast(right)); in DoMulI()
1545 if (ToInteger32(LConstantOperand::cast(right)) < 0) { in DoMulI()
1547 } else if (ToInteger32(LConstantOperand::cast(right)) == 0) { in DoMulI()
1638 int value = ToInteger32(LConstantOperand::cast(right)); in DoShiftI()
2747 int parameter_count = ToInteger32(instr->constant_parameter_count()); in EmitReturn()
3030 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt()
3031 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt()
3184 int constant_value = ToInteger32(LConstantOperand::cast(key)); in BuildFastArrayOperand()
3989 __ lea(result, Operand(base, ToInteger32(offset))); in DoInnerAllocatedObject()
4011 __ mov(operand, Immediate(ToInteger32(operand_value))); in DoStoreNamedField()
5155 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoAllocate()
5170 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoAllocate()
5202 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoDeferredAllocate()