Lines Matching refs:loop
1053 // Generate an unrolled loop that performs a few probes before giving up.
1493 // Many variants of movsb, loop unrolling, word moves, and indexed operands
1495 // A simpler loop is faster on small copies, but 30% slower on large ones.
1502 Label loop, done, short_string, short_loop;
1503 // Experimentation shows that the short string loop is faster if length < 10.
1542 Label loop, entry;
1544 bind(&loop);
1549 j(less, &loop);
2812 // Load the prototype from the map and loop if non-null.