Lines Matching refs:loop
41 Label loop, less_256, less_128, less_64, less_32, _16_or_less, _8_or_less;
72 __ bind(&loop);
82 __ b(ge, &loop);
144 Label loop;
150 __ bind(&loop);
154 __ b(&loop, ne);
197 Label loop;
203 __ bind(&loop);
208 __ b(&loop, ne);
223 Label loop;
230 __ bind(&loop);
240 __ b(&loop, ne);
358 Label loop, entry, convert_hole, gc_required, only_change_map, done;
423 // Prepare for conversion loop.
460 __ bind(&loop);
485 __ b(lt, &loop);
501 Label entry, loop, convert_hole, gc_required, only_change_map;
544 // Prepare for conversion loop.
554 // Allocating heap numbers in the loop below can fail and cause a jump to
585 __ bind(&loop);
620 __ b(lt, &loop);