Lines Matching refs:loop
144 Label loop;
145 __ bind(&loop);
149 __ j(not_zero, &loop);
845 if (label->is_loop_header()) return " (loop header)";
2453 // Loop through the {object}s prototype chain looking for the {prototype}.
2455 Label loop;
2456 __ bind(&loop);
2472 __ jmp(&loop);
3095 // Loop through the arguments pushing them onto the execution
3097 Label invoke, loop;
3101 __ bind(&loop);
3106 __ j(not_zero, &loop);
5150 Label loop;
5151 __ bind(&loop);
5155 __ j(not_zero, &loop);