Lines Matching refs:ToInteger32
517 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32() function in v8::internal::LCodeGen
1632 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); in DoMulI()
1798 int value = ToInteger32(LConstantOperand::cast(right_op)); in DoShiftI()
1974 int offset = ToInteger32(LConstantOperand::cast(index)); in BuildSeqStringOperand()
2420 int32_t value = ToInteger32(LConstantOperand::cast(right)); in DoCompareNumericAndBranch()
2427 int32_t value = ToInteger32(LConstantOperand::cast(left)); in DoCompareNumericAndBranch()
2961 int parameter_count = ToInteger32(instr->constant_parameter_count()); in DoReturn()
3184 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt()
3186 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt()
3196 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt()
3221 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoLoadKeyedExternalArray()
3316 int constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoLoadKeyedFixedDoubleArray()
3350 offset += ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixedArray()
4140 __ add(result, base, Operand(ToInteger32(offset))); in DoInnerAllocatedObject()
4272 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoStoreKeyedExternalArray()
4365 int constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoStoreKeyedFixedDoubleArray()
4407 offset += ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixedArray()
4564 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoDeferredStringCharCodeAt()
5357 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoAllocate()
5373 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoAllocate()
5403 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoDeferredAllocate()