Lines Matching defs:loop
131 Label loop;
132 __ bind(&loop);
136 __ b(ne, &loop);
912 if (label->is_loop_header()) return " (loop header)";
2483 // Loop through the {object}s prototype chain looking for the {prototype}.
2485 Label loop;
2486 __ bind(&loop);
2503 __ b(&loop);
3056 // Loop through the arguments pushing them onto the execution
3058 Label invoke, loop;
3062 __ bind(&loop);
3066 __ b(ne, &loop);
4937 Label loop;
4938 __ bind(&loop);
4941 __ b(ge, &loop);