Lines Matching defs:position
18 int position = 0;
22 // Smi encoding of position and length.
37 String::WriteToFlat(special, sink + position, pos, len);
38 position += len;
42 String::WriteToFlat(string, sink + position, 0, element_length);
43 position += element_length;
60 int position = 0;
65 // Smi encoding of position and length.
76 // Get the position and check that it is a positive smi.
98 if (increment > String::kMaxLength - position) {
101 position += increment;
103 return position;