Home | History | Annotate | Download | only in mips

Lines Matching refs:loop

164         // Continue loop if not done.
993 Label loop, exit;
997 // If the object is null or undefined, skip over the loop, otherwise convert
1058 __ jmp(&loop);
1076 __ bind(&loop);
1129 // Generate code for the body of the loop.
1139 EmitBackEdgeBookkeeping(stmt, &loop);
1140 __ Branch(&loop);
1146 // Exit and decrement the loop depth.
1207 Label loop, fast;
1211 __ bind(&loop);
1221 __ Branch(&loop);
3280 // Inline smi case if we are in a loop.