Lines Matching refs:loop
1229 vixl::Label loop;
1264 // Store offset of string value in preparation for comparison loop
1278 __ Bind(&loop);
1285 __ B(&loop, gt);
1288 // If loop does not result in returning false, we return true.
1699 vixl::Label loop, done;
1700 __ Bind(&loop);
1705 __ B(&loop);
1927 vixl::Label loop, done;
1928 __ Bind(&loop);
1933 __ B(&loop);
2191 vixl::Label loop, done;
2193 __ Bind(&loop);
2201 __ B(&loop);