Home | History | Annotate | Download | only in optimizing

Lines Matching defs:loop

80 // Slow path implementing the SystemArrayCopy intrinsic copy loop with read barriers.
118 // - the loop index (`i`);
125 NearLabel loop;
126 __ Bind(&loop);
162 // if (i != length) goto loop
164 __ j(kNotEqual, &loop);
1459 // Loop to compare strings two characters at a time starting at the beginning of the string.
1465 // If loop does not result in returning false, we return true.
1820 // Start the loop to copy String's value to Array of Char.
1830 // TODO: Add support for LOOP to X86Assembler.
3239 loop), the base
3275 NearLabel loop, done;
3277 // Don't enter copy loop if `length == 0`.
3310 __ Bind(&loop);
3318 __ j(kNotEqual, &loop);
3330 NearLabel loop, done;
3333 __ Bind(&loop);
3341 __ j(kNotEqual, &loop);