Lines Matching defs:loop
1764 // If C2 is set, computation only has partial result. Loop to
2455 // We loop from right to left.
2466 // r9 = loop variable (tagged)
2501 // Untag rcx for the loop below.
2635 // Untag the length for the loop below.
2639 Label loop;
2640 __ bind(&loop);
2646 __ j(not_zero, &loop);
3160 Label loop;
3162 __ bind(&loop);
3166 __ jmp(&loop);
4244 // Loop through the prototype chain looking for the function prototype.
4245 Label loop, is_instance, is_not_instance;
4247 __ bind(&loop);
4256 __ jmp(&loop);
4828 Label loop;
4829 __ bind(&loop);
4830 // This loop just copies one character at a time, as it is only used for very
4844 __ j(not_zero, &loop);
4892 Label loop;
4893 __ bind(&loop);
4899 __ j(not_zero, &loop);
5401 // Compare loop.
5406 // Completed loop without finding different characters.
5441 // start. This means that loop ends when index reaches zero, which
5451 // Compare loop.
5452 Label loop;
5453 __ bind(&loop);
5458 __ j(not_zero, &loop);