Lines Matching refs:loop
996 Label loop, exit;
1000 // If the object is null or undefined, skip over the loop, otherwise convert
1055 __ B(&loop);
1071 __ Bind(&loop);
1124 // Generate code for the body of the loop.
1135 EmitBackEdgeBookkeeping(stmt, &loop);
1136 __ B(&loop);
1142 // Exit and decrement the loop depth.
1201 Label loop, fast;
1204 __ Bind(&loop);
1213 __ B(&loop);
3192 // Inline smi case if we are in a loop.