Home | History | Annotate | Download | only in mips

Lines Matching refs:loop

182     // Load undefined value here, so the value is ready for the loop
996 Label loop, exit;
1068 __ jmp(&loop);
1097 __ bind(&loop);
1144 // Generate code for the body of the loop.
1154 EmitStackCheck(stmt, &loop);
1155 __ Branch(&loop);
1161 // Exit and decrement the loop depth.
1229 Label loop, fast;
1233 __ bind(&loop);
1243 __ Branch(&loop);
2674 // Loop through all the keys in the descriptor array. If one of these is the
2676 Label entry, loop;
2678 // used in the loop below.
2681 __ bind(&loop);
2686 __ Branch(&loop, ne, t0, Operand(a2));
3529 non_trivial_array, not_size_one_array, loop,
3584 // Loop condition: while (element < elements_end).
3596 __ bind(&loop);
3606 __ Branch(&loop, lt, element, Operand(elements_end));
3701 // Jump into the loop after the code that copies the separator, so the first
4041 // Inline smi case if we are in a loop.