Lines Matching refs:srcBegin
1739 // public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin);
1765 // public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin);
1767 Location srcBegin = locations->InAt(1);
1769 srcBegin.IsConstant() ? srcBegin.GetConstant()->AsIntConstant()->GetValue() : 0;
1784 if (srcBegin.IsConstant()) {
1787 DCHECK(srcBegin.IsRegister());
1788 __ subl(ECX, srcBegin.AsRegister<Register>());
1807 __ leal(ESI, CodeGeneratorX86::ArrayAddress(obj, srcBegin, TIMES_1, value_offset));
1828 __ leal(ESI, CodeGeneratorX86::ArrayAddress(obj, srcBegin, TIMES_2, value_offset));