Lines Matching refs:ToInteger32

464 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const {  in ToInteger32()  function in v8::internal::LCodeGen
1331 int32_t right_value = ToInteger32(LConstantOperand::cast(right)); in DoMulI()
1406 if (ToInteger32(LConstantOperand::cast(right)) < 0) { in DoMulI()
1408 } else if (ToInteger32(LConstantOperand::cast(right)) == 0) { in DoMulI()
1550 int32_t value = ToInteger32(LConstantOperand::cast(right)); in DoShiftI()
1674 int offset = ToInteger32(LConstantOperand::cast(index)); in BuildSeqStringOperand()
1733 int value = ToInteger32(LConstantOperand::cast(instr->value())); in DoSeqStringSetChar()
2223 value = ToInteger32(LConstantOperand::cast(right)); in DoCompareNumericAndBranch()
2230 value = ToInteger32(LConstantOperand::cast(left)); in DoCompareNumericAndBranch()
2606 __ Ret((ToInteger32(instr->constant_parameter_count()) + 1) * kPointerSize, in DoReturn()
2823 int32_t const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt()
2824 int32_t const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt()
3038 int32_t constant_value = ToInteger32(LConstantOperand::cast(key)); in BuildFastArrayOperand()
3844 __ leap(result, Operand(base, ToInteger32(offset))); in DoInnerAllocatedObject()
3941 int32_t value = ToInteger32(operand_value); in DoStoreNamedField()
4001 int32_t length = ToInteger32(LConstantOperand::cast(instr->length())); in DoBoundsCheck()
4010 int32_t index = ToInteger32(LConstantOperand::cast(instr->index())); in DoBoundsCheck()
4187 int32_t value = ToInteger32(operand_value); in DoStoreKeyedFixedArray()
4274 int32_t constant_key = ToInteger32(LConstantOperand::cast(key)); in DoMaybeGrowElements()
4276 ToInteger32(LConstantOperand::cast(current_capacity)); in DoMaybeGrowElements()
4282 int32_t constant_key = ToInteger32(LConstantOperand::cast(key)); in DoMaybeGrowElements()
4287 ToInteger32(LConstantOperand::cast(current_capacity)); in DoMaybeGrowElements()
4444 int32_t const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoDeferredStringCharCodeAt()
5207 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoAllocate()
5219 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoAllocate()
5251 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoDeferredAllocate()