Home | History | Annotate | Download | only in x87

Lines Matching refs:loop

928   Label loop, exit;
932 // If the object is null or undefined, skip over the loop, otherwise convert
986 __ jmp(&loop);
1003 __ bind(&loop);
1054 // Generate code for the body of the loop.
1062 EmitBackEdgeBookkeeping(stmt, &loop);
1063 __ jmp(&loop);
1069 // Exit and decrement the loop depth.
1128 // Loop up the context chain. There is no frame effect so it is
3156 // Inline smi case if we are in a loop.