Home | History | Annotate | Download | only in arm

Lines Matching refs:loop

155         // Continue loop if not done.
996 Label loop, exit;
1000 // If the object is null or undefined, skip over the loop, otherwise convert
1062 __ jmp(&loop);
1080 __ bind(&loop);
1135 // Generate code for the body of the loop.
1145 EmitBackEdgeBookkeeping(stmt, &loop);
1146 __ b(&loop);
1152 // Exit and decrement the loop depth.
1213 Label loop, fast;
1217 __ bind(&loop);
1228 __ b(&loop);
3273 // Inline smi case if we are in a loop.