Home | History | Annotate | Download | only in ia32

Lines Matching refs:loop

375   // Loop stack checks can be patched to perform on-stack replacement. In
376 // order to decide whether or not to perform OSR we embed the loop depth
954 Label loop, exit;
1016 __ jmp(&loop);
1046 __ bind(&loop);
1091 // Generate code for the body of the loop.
1099 EmitStackCheck(stmt, &loop);
1100 __ jmp(&loop);
1106 // Exit and decrement the loop depth.
1175 // Loop up the context chain. There is no frame effect so it is
1412 // (Unroll copy loop once for better throughput).
2587 // Loop through all the keys in the descriptor array. If one of these is the
2589 Label entry, loop;
2591 __ bind(&loop);
2598 __ j(not_equal, &loop);
3439 non_trivial_array, not_size_one_array, loop,
3499 // Loop condition: while (index < length).
3500 // Live loop registers: index, array_length, string,
3506 __ bind(&loop);
3523 __ j(less, &loop);
3582 // Loop condition: while (index < length).
3584 // Each iteration of the loop concatenates one string to the result.
3615 // Jump into the loop after the code that copies the separator, so the first
3618 // Loop condition: while (index < length).
3620 // Each iteration of the loop concatenates one string to the result.
3652 // Jump into the loop after the code that copies the separator, so the first
3655 // Loop condition: while (index < length).
3657 // Each iteration of the loop concatenates one string to the result.
3977 // Inline smi case if we are in a loop.