Home | History | Annotate | Download | only in optimizing

Lines Matching refs:TIMES_8

4402             (index.GetConstant()->AsIntConstant()->GetValue() << TIMES_8) + data_offset;
4405 __ add(IP, obj, ShifterOperand(index.AsRegister<Register>(), LSL, TIMES_8));
4428 size_t offset = (index.GetConstant()->AsIntConstant()->GetValue() << TIMES_8) + data_offset;
4431 __ add(IP, obj, ShifterOperand(index.AsRegister<Register>(), LSL, TIMES_8));
4689 (index.GetConstant()->AsIntConstant()->GetValue() << TIMES_8) + data_offset;
4692 __ add(IP, array, ShifterOperand(index.AsRegister<Register>(), LSL, TIMES_8));
4717 size_t offset = (index.GetConstant()->AsIntConstant()->GetValue() << TIMES_8) + data_offset;
4720 __ add(IP, array, ShifterOperand(index.AsRegister<Register>(), LSL, TIMES_8));