Lines Matching refs:loop
142 Label loop;
143 __ bind(&loop);
145 __ bdnz(&loop);
843 if (label->is_loop_header()) return " (loop header)";
2576 // Loop through the {object}s prototype chain looking for the {prototype}.
2578 Label loop;
2579 __ bind(&loop);
2597 __ b(&loop);
3319 // Loop through the arguments pushing them onto the execution
3321 Label invoke, loop;
3326 __ bind(&loop);
3331 __ bdnz(&loop);
5364 Label loop;
5365 __ bind(&loop);
5369 __ bge(&loop);