Lines Matching refs:loop
175 // Load undefined value here, so the value is ready for the loop
986 Label loop, exit;
1060 __ jmp(&loop);
1089 __ bind(&loop);
1135 // Generate code for the body of the loop.
1145 EmitStackCheck(stmt, &loop);
1146 __ b(&loop);
1152 // Exit and decrement the loop depth.
1221 Label loop, fast;
1225 __ bind(&loop);
1237 __ b(&loop);
2651 // Loop through all the keys in the descriptor array. If one of these is the
2653 Label entry, loop;
2655 // used in the loop below.
2658 __ bind(&loop);
2665 __ b(ne, &loop);
3495 non_trivial_array, not_size_one_array, loop,
3548 // Loop condition: while (element < elements_end).
3560 __ bind(&loop);
3570 __ b(lt, &loop);
3663 // Jump into the loop after the code that copies the separator, so the first
3998 // Inline smi case if we are in a loop.