Lines Matching refs:loop
681 // Generate an unrolled loop that performs a few probes before giving up.
4815 Label loop, entry;
4817 bind(&loop);
4821 Branch(&loop, ult, current_address, Operand(end_address));
5169 // overwritten by the copying loop.
5177 // so they must be pre-decremented in the loop.
5179 Label loop, entry;
5181 bind(&loop);
5187 Branch(&loop, ne, sp, Operand(src_reg));
5425 Label done, loop;
5427 bind(&loop);
5432 Branch(&loop);
7159 // Loop based on the map going up the prototype chain.