Home | History | Annotate | Download | only in runtime

Lines Matching full:current_length

863       int current_length = i + char_length + next_length;
873 current_length += char_length;
874 if (current_length > String::kMaxLength) {
882 return (overflows && !ignore_overflow) ? Smi::FromInt(-current_length)
883 : Smi::FromInt(current_length);