Lines Matching defs:loop
4091 Label done, loop;
4093 bind(&loop);
4098 jmp(&loop);
4203 // to avoid its trashing and let the following loop copy it to the right
4215 // the copying loop.
4224 // TODO(ishell): Unroll copying loop for small immediate values.
4229 Label loop, entry;
4231 bind(&loop);
4237 j(not_equal, &loop, Label::kNear);
5104 Label loop, entry;
5106 bind(&loop);
5111 j(below, &loop, Label::kNear);
5521 // Loop based on the map going up the prototype chain.