Lines Matching defs:loop
158 Label loop;
159 __ bind(&loop);
161 __ bdnz(&loop);
854 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);
2583 __ b(&loop);
3238 // Loop through the arguments pushing them onto the execution
3240 Label invoke, loop;
3245 __ bind(&loop);
3250 __ bdnz(&loop);
5214 Label loop;
5215 __ bind(&loop);
5219 __ bge(&loop);