Home | History | Annotate | Download | only in ppc

Lines Matching refs:loop

162         // Continue loop if not done.
954 Label loop, exit;
958 // If the object is null or undefined, skip over the loop, otherwise convert
1021 __ b(&loop);
1039 __ bind(&loop);
1097 // Generate code for the body of the loop.
1107 EmitBackEdgeBookkeeping(stmt, &loop);
1108 __ b(&loop);
1114 // Exit and decrement the loop depth.
1175 Label loop, fast;
1179 __ bind(&loop);
1190 __ b(&loop);
3265 // Inline smi case if we are in a loop.