Lines Matching refs:loop
117 Label loop;
118 __ bind(&loop);
121 __ j(not_zero, &loop);
1108 if (label->is_loop_header()) return " (loop header)";
2590 // Loop through the {object}s prototype chain looking for the {prototype}.
2592 Label loop;
2593 __ bind(&loop);
2609 __ jmp(&loop);
3172 // Loop through the arguments pushing them onto the execution
3174 Label invoke, loop;
3178 __ bind(&loop);
3181 __ j(not_zero, &loop);
5359 Label loop;
5360 __ bind(&loop);
5364 __ j(not_zero, &loop);