Lines Matching refs:loop
163 // Continue loop if not done.
987 // over the loop. See ECMA-262 version 5, section 12.6.4.
993 Label loop, exit;
997 // If the object is null or undefined, skip over the loop, otherwise convert
1058 __ jmp(&loop);
1076 __ bind(&loop);
1130 // Generate code for the body of the loop.
1140 EmitBackEdgeBookkeeping(stmt, &loop);
1141 __ Branch(&loop);
1147 // Exit and decrement the loop depth.
1208 Label loop, fast;
1212 __ bind(&loop);
1222 __ Branch(&loop);
3280 // Inline smi case if we are in a loop.