Lines Matching defs:loop
96 Label loop, entry;
99 __ bind(&loop);
108 __ j(greater_equal, &loop, Label::kNear);
792 Label done_loop, loop;
793 __ bind(&loop);
799 __ jmp(&loop);
1089 // of the loop.
1266 // TODO(rmcilroy): Consider doing more than one push per loop iteration.
1268 // Continue loop if not done.
2141 Label loop, entry;
2144 __ bind(&loop);
2150 __ j(less_equal, &loop, Label::kNear);
2212 Label done, push, loop;
2213 __ bind(&loop);
2225 __ jmp(&loop);
2303 Label loop;
2304 __ bind(&loop);
2310 __ j(not_zero, &loop);
2473 Label loop;
2478 __ bind(&loop);
2480 // offset in order to be able to move decl(rbx) right before the loop
2488 __ j(greater, &loop);
3337 // Set up for the param evaluation loop.
3339 // We will loop through the params starting with the 1st param.
3384 // Param evaluation loop.
3423 // Second loop to handle references.
3425 // In this loop we iterate over all parameters for a second time and copy all
3428 // We check if we have seen a reference in the first parameter loop.
3451 // Start of the loop.
3548 // Final stack parameters loop.
3790 // Instead we will later loop over all parameters again to handle reference
4953 // Outer loop state: rax = current FrameDescription**, rdx = one past the
4960 // Inner loop state: rbx = current FrameDescription*, rcx = loop index.