Lines Matching refs:loop
163 // Continue loop if not done.
926 Label loop, exit;
930 // If the object is null or undefined, skip over the loop, otherwise convert
992 __ b(&loop);
1010 __ bind(&loop);
1068 // Generate code for the body of the loop.
1078 EmitBackEdgeBookkeeping(stmt, &loop);
1079 __ b(&loop);
1085 // Exit and decrement the loop depth.
1143 Label loop, fast;
1147 __ bind(&loop);
1157 __ b(&loop);
3184 // Inline smi case if we are in a loop.