Lines Matching defs:loop
948 Label loop, exit;
952 // If the object is null or undefined, skip over the loop, otherwise convert
1006 __ jmp(&loop);
1023 __ bind(&loop);
1071 // Generate code for the body of the loop.
1080 EmitBackEdgeBookkeeping(stmt, &loop);
1081 __ jmp(&loop);
1087 // Exit and decrement the loop depth.
2993 // Inline smi case if we are in a loop.