Lines Matching defs:loop
144 Label loop;
145 __ bind(&loop);
149 __ j(not_zero, &loop);
840 if (label->is_loop_header()) return " (loop header)";
2424 // Loop through the {object}s prototype chain looking for the {prototype}.
2426 Label loop;
2427 __ bind(&loop);
2443 __ jmp(&loop);
2999 // Loop through the arguments pushing them onto the execution
3001 Label invoke, loop;
3005 __ bind(&loop);
3010 __ j(not_zero, &loop);
4991 Label loop;
4992 __ bind(&loop);
4996 __ j(not_zero, &loop);