Home | History | Annotate | Download | only in s390

Lines Matching refs:loop

1204   // overwritten by the copying loop.
1211 // so they must be pre-decremented in the loop.
1213 Label loop;
1220 bind(&loop);
1225 BranchOnCount(r1, &loop);
1650 // Generate an unrolled loop that performs a few probes before giving up.
2329 Label done, loop;
2331 bind(&loop);
2336 b(&loop);
3099 // big loop moves 256 bytes at a time
3141 Label loop;
3142 bind(&loop);
3145 BranchOnCount(r1, &loop);
3725 // Loop based on the map going up the prototype chain.