Lines Matching defs:loop
1560 // Loop through the arguments pushing them onto the execution
1562 Label invoke, loop;
1565 __ Bind(&loop);
1569 __ B(ne, &loop);
2771 // Loop through the {object}s prototype chain looking for the {prototype}.
2773 Label loop;
2774 __ Bind(&loop);
2791 __ B(&loop);
2935 if (label->is_loop_header()) return " (loop header)";