Home | History | Annotate | Download | only in x64

Lines Matching refs:loop

4037   Label done, loop;
4039 bind(&loop);
4044 jmp(&loop);
4149 // to avoid its trashing and let the following loop copy it to the right
4161 // the copying loop.
4170 // TODO(ishell): Unroll copying loop for small immediate values.
4175 Label loop, entry;
4177 bind(&loop);
4183 j(not_equal, &loop, Label::kNear);
4740 // Generate an unrolled loop that performs a few probes before giving up.
5189 // A simpler loop is faster on small copies, but slower on large ones.
5274 Label loop, entry;
5276 bind(&loop);
5281 j(below, &loop, Label::kNear);
5690 // Loop based on the map going up the prototype chain.