Lines Matching refs:ToInteger32
490 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32() function in v8::internal::LCodeGen
1500 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); in DoMulI()
1666 int value = ToInteger32(LConstantOperand::cast(right_op)); in DoShiftI()
1817 int offset = ToInteger32(LConstantOperand::cast(index)); in BuildSeqStringOperand()
2276 int32_t value = ToInteger32(LConstantOperand::cast(right)); in DoCompareNumericAndBranch()
2283 int32_t value = ToInteger32(LConstantOperand::cast(left)); in DoCompareNumericAndBranch()
2653 int parameter_count = ToInteger32(instr->constant_parameter_count()); in DoReturn()
2854 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt()
2856 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt()
2866 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt()
2891 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoLoadKeyedExternalArray()
2973 int constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoLoadKeyedFixedDoubleArray()
3007 offset += ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixedArray()
3821 __ add(result, base, Operand(ToInteger32(offset))); in DoInnerAllocatedObject()
3959 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoStoreKeyedExternalArray()
4040 int constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoStoreKeyedFixedDoubleArray()
4082 offset += ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixedArray()
4169 int32_t constant_key = ToInteger32(LConstantOperand::cast(key)); in DoMaybeGrowElements()
4171 ToInteger32(LConstantOperand::cast(current_capacity)); in DoMaybeGrowElements()
4177 int32_t constant_key = ToInteger32(LConstantOperand::cast(key)); in DoMaybeGrowElements()
4182 ToInteger32(LConstantOperand::cast(current_capacity)); in DoMaybeGrowElements()
4337 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoDeferredStringCharCodeAt()
5140 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoAllocate()
5153 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoAllocate()
5183 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoDeferredAllocate()