Home | History | Annotate | Download | only in s390

Lines Matching defs:loop

1214   // overwritten by the copying loop.
1221 // so they must be pre-decremented in the loop.
1223 Label loop;
1230 bind(&loop);
1235 BranchOnCount(r1, &loop);
2084 Label done, loop;
2086 bind(&loop);
2091 b(&loop);
2846 Label loop;
2847 bind(&loop);
2850 BranchOnCount(r1, &loop);
3431 // Loop based on the map going up the prototype chain.