Lines Matching defs:loop
101 // copied. We will loop, incrementing a0 and a1 until a0 equals a3.
106 __ addu(a3, a0, a3); // Now a3 is the final dst after loop.
108 // When in the loop we prefetch with kPrefHintPrepareForStore hint,
208 // Here we have less than 32 bytes to copy. Set up for a loop to copy
211 // all the word chunks have been copied. We will loop, incrementing a0
268 // loop, incrementing a0 and a1 until a0 equals a3.
509 // Less than 32 bytes to copy. Set up for a loop to
649 Label loop, entry, convert_hole, gc_required, only_change_map, done;
715 // Prepare for conversion loop.
755 __ bind(&loop);
784 __ Branch(&loop, lt, scratch3, Operand(array_end));
800 Label entry, loop, convert_hole, gc_required, only_change_map;
842 // Prepare for conversion loop.
853 // Allocating heap numbers in the loop below can fail and cause a jump to
884 __ bind(&loop);
923 __ Branch(&loop, lt, dst_elements, Operand(dst_end));