Lines Matching refs:loop
2642 // If C2 is set, computation only has partial result. Loop to
3432 // We loop from right to left.
3442 // eax = loop variable (tagged)
3583 // Untag the length for the loop below.
3587 Label loop;
3588 __ bind(&loop);
3594 __ j(not_zero, &loop);
4093 Label loop;
4095 __ bind(&loop);
4099 __ jmp(&loop);
5191 // Loop through the prototype chain of the object looking for the function
5194 Label loop, is_instance, is_not_instance;
5195 __ bind(&loop);
5203 __ jmp(&loop);
5859 Label loop;
5860 __ bind(&loop);
5861 // This loop just copies one character at a time, as it is only used for very
5875 __ j(not_zero, &loop);
5926 Label loop;
5927 __ bind(&loop);
5933 __ j(not_zero, &loop);
6449 // start. This means that loop ends when index reaches zero, which
6459 // Compare loop.
6460 Label loop;
6461 __ bind(&loop);
6466 __ j(not_zero, &loop);
6892 // Generate an unrolled loop that performs a few probes before