Home | History | Annotate | Download | only in mips64

Lines Matching defs:loop

179         // Continue loop if not done.
999 // over the loop. See ECMA-262 version 5, section 12.6.4.
1005 Label loop, exit;
1009 // If the object is null or undefined, skip over the loop, otherwise convert
1070 __ jmp(&loop);
1088 __ bind(&loop);
1142 // Generate code for the body of the loop.
1153 EmitBackEdgeBookkeeping(stmt, &loop);
1154 __ Branch(&loop);
1160 // Exit and decrement the loop depth.
3110 // Inline smi case if we are in a loop.