Lines Matching defs:loop
180 // Continue loop if not done.
1005 Label loop, exit;
1009 // If the object is null or undefined, skip over the loop, otherwise convert
1070 __ jmp(&loop);
1088 __ bind(&loop);
1141 // Generate code for the body of the loop.
1152 EmitBackEdgeBookkeeping(stmt, &loop);
1153 __ Branch(&loop);
1159 // Exit and decrement the loop depth.
3110 // Inline smi case if we are in a loop.