Home | History | Annotate | Download | only in ia32

Lines Matching defs:loop

280   // Loop stack checks can be patched to perform on-stack replacement. In
281 // order to decide whether or not to perform OSR we embed the loop depth
853 Label loop, exit;
915 // Load the prototype from the map and loop if non-null.
952 __ jmp(&loop);
963 __ bind(&loop);
1002 // Generate code for the body of the loop.
1011 __ jmp(&loop);
1017 // Exit and decrement the loop depth.
1087 // Loop up the context chain. There is no frame effect so it is
1330 // (Unroll copy loop once for better throughput).
2490 // Loop through all the keys in the descriptor array. If one of these is the
2492 Label entry, loop;
2494 __ bind(&loop);
2501 __ j(not_equal, &loop);
3328 non_trivial_array, not_size_one_array, loop,
3390 // Loop condition: while (index < length).
3391 // Live loop registers: index, array_length, string,
3397 __ bind(&loop);
3415 __ j(less, &loop);
3475 // Loop condition: while (index < length).
3477 // Each iteration of the loop concatenates one string to the result.
3508 // Jump into the loop after the code that copies the separator, so the first
3511 // Loop condition: while (index < length).
3513 // Each iteration of the loop concatenates one string to the result.
3545 // Jump into the loop after the code that copies the separator, so the first
3548 // Loop condition: while (index < length).
3550 // Each iteration of the loop concatenates one string to the result.
3879 // Inline smi case if we are in a loop.