Lines Matching defs:loop
114 // edx - loop count (number of 64 byte chunks)
123 Label loop, move_last_31, move_last_63;
126 __ bind(&loop);
127 // Main loop. Copy in 64 byte chunks.
141 __ j(not_zero, &loop);
268 // dst is now aligned. Main copy loop.
274 // Copy loop for aligned source and destination.
285 // Copy loop for unaligned source and aligned destination.
301 // dst is now aligned, src can't be. Main copy loop.
334 // dst is now aligned. Main copy loop.
340 // Copy loop for aligned source and destination.
353 // Copy loop for unaligned source and aligned destination.
369 // dst is now aligned, src can't be. Main copy loop.
567 Label loop, entry, convert_hole, gc_required, only_change_map;
612 // Prepare for conversion loop.
630 __ bind(&loop);
656 __ j(not_sign, &loop);
693 Label loop, entry, convert_hole, gc_required, only_change_map, success;
750 __ bind(&loop);
779 __ j(not_sign, &loop);