Lines Matching refs:loop
78 // edx - loop count (number of 64 byte chunks)
87 Label loop, move_last_31, move_last_63;
90 __ bind(&loop);
91 // Main loop. Copy in 64 byte chunks.
105 __ j(not_zero, &loop);
233 // dst is now aligned. Main copy loop.
239 // Copy loop for aligned source and destination.
250 // Copy loop for unaligned source and aligned destination.
266 // dst is now aligned, src can't be. Main copy loop.
299 // dst is now aligned. Main copy loop.
305 // Copy loop for aligned source and destination.
318 // Copy loop for unaligned source and aligned destination.
334 // dst is now aligned, src can't be. Main copy loop.
532 Label loop, entry, convert_hole, gc_required, only_change_map;
577 // Prepare for conversion loop.
596 __ bind(&loop);
622 __ j(not_sign, &loop);
658 Label loop, entry, convert_hole, gc_required, only_change_map, success;
689 // Allocating heap numbers in the loop below can fail and cause a jump to
729 __ bind(&loop);
758 __ j(not_sign, &loop);