Lines Matching defs:loop
73 // Slow path implementing the SystemArrayCopy intrinsic copy loop with read barriers.
99 NearLabel loop;
100 __ Bind(&loop);
117 __ j(kNotEqual, &loop);
1443 NearLabel loop, done;
1445 // Don't enter copy loop if `length == 0`.
1476 __ Bind(&loop);
1482 __ j(kNotEqual, &loop);
1491 NearLabel loop, done;
1494 __ Bind(&loop);
1500 __ j(kNotEqual, &loop);
1630 // Loop to compare strings four characters at a time starting at the beginning of the string.
1636 // If loop does not result in returning false, we return true.
1969 // Start the loop to copy String's value to Array of Char.
1980 // TODO: Add support for LOOP to X86_64Assembler.