Lines Matching defs:loop
1040 Label loop;
1042 __ Bind(&loop);
1045 __ B(ne, &loop);
1076 Label loop, done;
1082 Bind(&loop);
1085 B(pl, &loop);
1089 Label loop, leftover2, leftover1, done;
1095 Bind(&loop);
1098 B(pl, &loop);
2189 // start_address by one word, otherwise the pairs loop will ovwerite the
2195 Label loop, entry;
2197 Bind(&loop);
2201 B(lo, &loop);
2330 // overwritten by the copying loop.
2338 // so they must be pre-decremented in the loop.
2340 Label loop, entry;
2342 __ bind(&loop);
2347 __ B(ne, &loop);
3556 Label done, loop;
3558 Bind(&loop);
3563 B(&loop);
4295 // Loop based on the map going up the prototype chain.
4809 // stub so there is no infinite loop here.