Lines Matching defs:loop
148 Label loop;
149 __ bind(&loop);
153 __ bne(&loop);
840 if (label->is_loop_header()) return " (loop header)";
2548 // Loop through the {object}s prototype chain looking for the {prototype}.
2550 Label loop;
2551 __ bind(&loop);
2569 __ b(&loop);
3196 // Loop through the arguments pushing them onto the execution
3198 Label invoke, loop;
3202 __ bind(&loop);
3206 __ BranchOnCount(length, &loop);
5135 Label loop;
5137 __ bind(&loop);
5148 __ bge(&loop);