Lines Matching refs:loop
206 // Copy loop for aligned source and destination.
212 // Main copy loop.
213 Label loop;
214 __ bind(&loop);
225 __ j(not_zero, &loop);
250 // Copy loop for unaligned source and aligned destination.
258 // Main copy loop
259 Label loop;
260 __ bind(&loop);
271 __ j(not_zero, &loop);
384 Label loop, entry, convert_hole, gc_required, only_change_map;
423 // Prepare for conversion loop.
444 __ bind(&loop);
484 __ j(not_sign, &loop);
516 Label loop, entry, convert_hole, gc_required, only_change_map, success;
569 __ bind(&loop);
606 __ j(not_sign, &loop);