Home | History | Annotate | Download | only in arm

Lines Matching defs:loop

171         // Continue loop if not done.
1006 Label loop, exit;
1010 // If the object is null or undefined, skip over the loop, otherwise convert
1072 __ jmp(&loop);
1090 __ bind(&loop);
1142 // Generate code for the body of the loop.
1153 EmitBackEdgeBookkeeping(stmt, &loop);
1154 __ b(&loop);
1160 // Exit and decrement the loop depth.
3101 // Inline smi case if we are in a loop.