Home | History | Annotate | Download | only in ia32

Lines Matching refs:loop

936   Label loop, exit;
940 // If the object is null or undefined, skip over the loop, otherwise convert
994 __ jmp(&loop);
1011 __ bind(&loop);
1062 // Generate code for the body of the loop.
1070 EmitBackEdgeBookkeeping(stmt, &loop);
1071 __ jmp(&loop);
1077 // Exit and decrement the loop depth.
1136 // Loop up the context chain. There is no frame effect so it is
3164 // Inline smi case if we are in a loop.