Lines Matching defs:loop
149 Label loop;
150 __ bind(&loop);
153 __ j(not_zero, &loop);
813 if (label->is_loop_header()) return " (loop header)";
2277 // Loop through the {object}s prototype chain looking for the {prototype}.
2279 Label loop;
2280 __ bind(&loop);
2296 __ jmp(&loop);
2802 // Loop through the arguments pushing them onto the execution
2804 Label invoke, loop;
2808 __ bind(&loop);
2811 __ j(not_zero, &loop);
4714 Label loop;
4715 __ bind(&loop);
4719 __ j(not_zero, &loop);