Lines Matching refs:ToInteger32

488 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const {  in ToInteger32()  function in v8::internal::LCodeGen
1368 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); in DoMulI()
1537 int value = ToInteger32(LConstantOperand::cast(right_op)); in DoShiftI()
1666 int offset = ToInteger32(LConstantOperand::cast(index)); in BuildSeqStringOperand()
2183 int32_t value = ToInteger32(LConstantOperand::cast(right)); in DoCompareNumericAndBranch()
2192 int32_t value = ToInteger32(LConstantOperand::cast(left)); in DoCompareNumericAndBranch()
2570 int parameter_count = ToInteger32(instr->constant_parameter_count()); in DoReturn()
2774 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt()
2776 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt()
2789 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt()
2820 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoLoadKeyedExternalArray()
2904 int constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoLoadKeyedFixedDoubleArray()
2939 offset += ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixedArray()
3786 __ Addu(result, base, Operand(ToInteger32(offset))); in DoInnerAllocatedObject()
3924 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoStoreKeyedExternalArray()
4009 int constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoStoreKeyedFixedDoubleArray()
4057 offset += ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixedArray()
4146 int32_t constant_key = ToInteger32(LConstantOperand::cast(key)); in DoMaybeGrowElements()
4148 ToInteger32(LConstantOperand::cast(current_capacity)); in DoMaybeGrowElements()
4154 int32_t constant_key = ToInteger32(LConstantOperand::cast(key)); in DoMaybeGrowElements()
4159 ToInteger32(LConstantOperand::cast(current_capacity)); in DoMaybeGrowElements()
4314 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoDeferredStringCharCodeAt()
5139 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoAllocate()
5152 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoAllocate()
5183 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoDeferredAllocate()