Lines Matching refs:loop
1555 // Loop through the arguments pushing them onto the execution
1557 Label invoke, loop;
1560 __ Bind(&loop);
1564 __ B(ne, &loop);
2799 // Loop through the {object}s prototype chain looking for the {prototype}.
2801 Label loop;
2802 __ Bind(&loop);
2819 __ B(&loop);
2963 if (label->is_loop_header()) return " (loop header)";