Home | History | Annotate | Download | only in x87

Lines Matching defs:loop

117       Label loop;
118 __ bind(&loop);
121 __ j(not_zero, &loop);
1104 if (label->is_loop_header()) return " (loop header)";
2562 // Loop through the {object}s prototype chain looking for the {prototype}.
2564 Label loop;
2565 __ bind(&loop);
2581 __ jmp(&loop);
3077 // Loop through the arguments pushing them onto the execution
3079 Label invoke, loop;
3083 __ bind(&loop);
3086 __ j(not_zero, &loop);
5202 Label loop;
5203 __ bind(&loop);
5207 __ j(not_zero, &loop);