Lines Matching defs:loop
940 Label loop, exit;
944 // If the object is null or undefined, skip over the loop, otherwise convert
998 __ jmp(&loop);
1015 __ bind(&loop);
1063 // Generate code for the body of the loop.
1072 EmitBackEdgeBookkeeping(stmt, &loop);
1073 __ jmp(&loop);
1079 // Exit and decrement the loop depth.
2985 // Inline smi case if we are in a loop.