Lines Matching refs:ToInteger32

471 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const {  in ToInteger32()  function in v8::internal::LCodeGen
1368 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); in DoMulS()
1470 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); in DoMulI()
1632 int value = ToInteger32(LConstantOperand::cast(right_op)); in DoShiftI()
1763 int offset = ToInteger32(LConstantOperand::cast(index)); in BuildSeqStringOperand()
2300 int32_t value = ToInteger32(LConstantOperand::cast(right)); in DoCompareNumericAndBranch()
2309 int32_t value = ToInteger32(LConstantOperand::cast(left)); in DoCompareNumericAndBranch()
2695 int parameter_count = ToInteger32(instr->constant_parameter_count()); in DoReturn()
2914 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt()
2916 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt()
2929 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt()
2960 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoLoadKeyedExternalArray()
3054 int constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoLoadKeyedFixedDoubleArray()
3097 offset += ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixedArray()
3991 __ Daddu(result, base, Operand(ToInteger32(offset))); in DoInnerAllocatedObject()
4138 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoStoreKeyedExternalArray()
4231 int constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoStoreKeyedFixedDoubleArray()
4273 offset += ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixedArray()
4380 int32_t constant_key = ToInteger32(LConstantOperand::cast(key)); in DoMaybeGrowElements()
4382 ToInteger32(LConstantOperand::cast(current_capacity)); in DoMaybeGrowElements()
4388 int32_t constant_key = ToInteger32(LConstantOperand::cast(key)); in DoMaybeGrowElements()
4393 ToInteger32(LConstantOperand::cast(current_capacity)); in DoMaybeGrowElements()
4548 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoDeferredStringCharCodeAt()
5342 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoAllocate()
5355 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoAllocate()
5386 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoDeferredAllocate()