Lines Matching defs:loop
180 // Continue loop if not done.
970 Label loop, exit;
974 // If the object is null or undefined, skip over the loop, otherwise convert
1037 __ b(&loop);
1055 __ bind(&loop);
1113 // Generate code for the body of the loop.
1124 EmitBackEdgeBookkeeping(stmt, &loop);
1125 __ b(&loop);
1131 // Exit and decrement the loop depth.
3103 // Inline smi case if we are in a loop.