Lines Matching defs:loop
1004 Label loop, exit;
1008 // If the object is null or undefined, skip over the loop, otherwise convert
1063 __ B(&loop);
1079 __ Bind(&loop);
1130 // Generate code for the body of the loop.
1142 EmitBackEdgeBookkeeping(stmt, &loop);
1143 __ B(&loop);
1149 // Exit and decrement the loop depth.
3017 // Inline smi case if we are in a loop.