Home | History | Annotate | Download | only in optimizing

Lines Matching defs:start_index

1565     CpuRegister start_index = locations->InAt(2).AsRegister<CpuRegister>();
1567 // Do a start_index check.
1568 __ cmpl(start_index, string_length);
1573 __ cmpl(start_index, Immediate(0));
1574 __ cmov(kGreater, counter, start_index, /* is64bit */ false); // 32-bit copy is enough.
1576 // Move to the start of the string: string_obj + value_offset + 2 * start_index.
1579 // Now update ecx, the work counter: it's gonna be string.length - start_index.