Searched defs:loop (Results 151 - 160 of 160) sorted by relevance

1234567

/external/v8/src/
H A Dparser.cc2786 DoWhileStatement* loop = factory()->NewDoWhileStatement(labels); local
2787 Target target(&this->target_stack_, loop);
2794 if (loop != NULL) {
2796 loop->set_condition_position(position);
2808 if (loop != NULL) loop->Initialize(cond, body);
2809 return loop;
2817 WhileStatement* loop = factory()->NewWhileStatement(labels); local
2818 Target target(&this->target_stack_, loop);
2826 if (loop !
2853 ForInStatement* loop = factory()->NewForInStatement(labels); local
2900 ForInStatement* loop = factory()->NewForInStatement(labels); local
2939 ForInStatement* loop = factory()->NewForInStatement(labels); local
2962 ForStatement* loop = factory()->NewForStatement(labels); local
[all...]
H A Dhydrogen.cc242 // This is a degenerated loop.
247 // Only the first entry into the loop is from outside the loop. All other
257 // Only loop header blocks can have a predecessor added after
321 // loop. Exploit the fact that blocks are sorted in reverse post order. When
322 // the loop is visited in increasing block id order, if the number of
323 // non-loop-exiting successor edges at the dominator_candidate block doesn't
325 // path from the loop header to any block with higher id that doesn't go
344 // If more successors than predecessors have been seen in the loop up to
347 // that those paths through loop tha
763 PostorderLoopBlocks(HLoopInformation* loop, BitVector* visited, ZoneList<HBasicBlock*>* order, HBasicBlock* loop_header) argument
[all...]
/external/v8/src/x64/
H A Dlithium-codegen-x64.cc164 Label loop; local
165 __ bind(&loop);
168 __ j(not_zero, &loop);
2614 Label invoke, loop; local
2618 __ bind(&loop);
2621 __ j(not_zero, &loop);
4374 // (Unroll copy loop once for better throughput).
/external/valgrind/main/VEX/switchback/
H A Dtest_ppc_jm1.c4344 test_loop_t *loop; local
4379 /* Select the test loop */
4382 loop = &int_loops[nb_args - 1];
4386 loop = &float_loops[nb_args - 1];
4397 loop = &tmpl;
4407 loop = &altivec_int_loops[nb_args - 1];
4422 loop = &altivec_float_loops[nb_args - 1];
4443 (*loop)(tests[j].name, tests[j].func);
/external/valgrind/main/none/tests/ppc32/
H A Djm-insns.c73 * // The main test loop:
91 * // finally, loop over all instn tests for this test:
124 * In a loop test, we may see:
126 * for imm... // loop over imm
136 * So in the loop test, if 'imm' is currently 9, and p[0] is:
7290 test_loop_t *loop; local
7326 /* Select the test loop */
7329 loop = &int_loops[nb_args - 1];
7333 loop = &float_loops[nb_args - 1];
7344 loop
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Djm-insns.c73 * // The main test loop:
91 * // finally, loop over all instn tests for this test:
124 * In a loop test, we may see:
126 * for imm... // loop over imm
136 * So in the loop test, if 'imm' is currently 9, and p[0] is:
7290 test_loop_t *loop; local
7326 /* Select the test loop */
7329 loop = &int_loops[nb_args - 1];
7333 loop = &float_loops[nb_args - 1];
7344 loop
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 644 milliseconds

1234567