Lines Matching defs:loop
1541 // overwritten by the copying loop.
1549 // so they must be pre-decremented in the loop.
1551 Label loop, entry;
1553 bind(&loop);
1558 b(ne, &loop);
2464 Label done, loop;
2466 bind(&loop);
2471 b(&loop);
3226 Label loop, entry;
3228 bind(&loop);
3232 b(lo, &loop);
3881 // Loop based on the map going up the prototype chain.