Home | History | Annotate | Download | only in arm

Lines Matching refs:loop

4078   Label slow, loop, is_instance, is_not_instance, not_js_object;
4137 // Loop through the prototype chain looking for the function prototype.
4139 __ bind(&loop);
4146 __ jmp(&loop);
4442 // We loop from right to left.
4452 // r6 = loop variable (tagged)
4583 // Untag the length for the loop.
4587 Label loop;
4590 __ bind(&loop);
4598 __ b(ne, &loop);
5099 Label loop;
5101 __ bind(&loop);
5105 __ jmp(&loop);
5474 Label loop;
5476 // This loop just copies one character at a time, as it is only used for very
5485 __ bind(&loop);
5492 __ b(gt, &loop);
5572 // Complex loop for src/dst that are not aligned the same way.
5574 Label loop;
5585 __ bind(&loop);
5591 // Loop if four or more bytes left to copy.
5594 __ b(ge, &loop);
5619 // Simple loop.
5624 Label loop;
5625 __ bind(&loop);
5632 __ b(ge, &loop);
6114 // Compare loop.
6126 // the last comparion performed in the loop above.
6142 // start. This means that loop ends when index reaches zero, which
6152 // Compare loop.
6153 Label loop;
6154 __ bind(&loop);
6160 __ b(ne, &loop);
6937 // Generate an unrolled loop that performs a few probes before