Lines Matching refs:times_1
280 leap(scratch, Operand(object, kScratchRegister, times_1, 0)); in InNewSpace()
1361 leal(kScratchRegister, Operand(first, second, times_1, 0)); in CheckBothSmi()
1756 leap(dst, Operand(src1, src2, times_1, 0)); in SmiAdd()
2025 leap(dst, Operand(src, kScratchRegister, times_1, 0)); in SmiNot()
2322 return SmiIndex(dst, times_1); in SmiToIndex()
2325 DCHECK(shift >= times_1 && shift <= (static_cast<int>(times_8) + 1)); in SmiToIndex()
2332 if (shift == times_1) { in SmiToIndex()
2334 return SmiIndex(dst, times_1); in SmiToIndex()
2356 return SmiIndex(dst, times_1); in SmiToNegativeIndex()
2359 DCHECK(shift >= times_1 && shift <= (static_cast<int>(times_8) + 1)); in SmiToNegativeIndex()
2364 if (shift == times_1) { in SmiToNegativeIndex()
2366 return SmiIndex(dst, times_1); in SmiToNegativeIndex()
4821 leap(scratch1, Operand(length, length, times_1, kObjectAlignmentMask + in AllocateTwoByteString()
4830 times_1, in AllocateTwoByteString()
4866 times_1, in AllocateOneByteString()
5010 movp(length, Operand(source, scratch, times_1, -kPointerSize)); in CopyBytes()
5011 movp(Operand(destination, scratch, times_1, -kPointerSize), length); in CopyBytes()
5026 movp(scratch, Operand(source, length, times_1, -kPointerSize)); in CopyBytes()
5027 movp(Operand(destination, length, times_1, -kPointerSize), scratch); in CopyBytes()