Lines Matching refs:srcBegin
2066 // void getCharsNoCheck(int srcBegin, int srcEnd, char[] dst, int dstBegin);
2069 Register srcBegin = XRegisterFrom(locations->InAt(1));
2084 __ Sub(num_chr, srcEnd, srcBegin);
2102 __ Add(src_ptr, src_ptr, Operand(srcBegin, LSL, 1));
2139 __ Add(src_ptr, src_ptr, Operand(srcBegin));