HomeSort by relevance Sort by last modified time
    Searched defs:loop (Results 451 - 475 of 661) sorted by null

<<11121314151617181920>>

  /art/compiler/optimizing/
intrinsics_arm_vixl.cc 171 // Slow path implementing the SystemArrayCopy intrinsic copy loop with read barriers.
205 vixl32::Label loop; variable
206 __ Bind(&loop); variable
227 // TODO: Load the entrypoint once before the loop, instead of
236 __ B(ne, &loop, /* far_target */ false);
1488 vixl32::Label loop; local
1748 vixl32::Label loop; local
2443 vixl32::Label loop; local
2465 vixl32::Label loop; local
2903 vixl32::Label loop, remainder; local
    [all...]
intrinsics_x86.cc 80 // Slow path implementing the SystemArrayCopy intrinsic copy loop with read barriers.
118 // - the loop index (`i`);
125 NearLabel loop; variable
126 __ Bind(&loop); variable
162 // if (i != length) goto loop
164 __ j(kNotEqual, &loop);
3275 NearLabel loop, done; local
3330 NearLabel loop, done; local
    [all...]
intrinsics_x86_64.cc 73 // Slow path implementing the SystemArrayCopy intrinsic copy loop with read barriers.
99 NearLabel loop; variable
100 __ Bind(&loop); variable
117 __ j(kNotEqual, &loop);
1443 NearLabel loop, done; local
1491 NearLabel loop, done; local
    [all...]
  /cts/tests/camera/src/android/hardware/cts/
CameraTest.java 163 Looper.loop(); // Blocks forever until Looper.quit() is called.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 43 loop:
47 if (__builtin_expect(tbu != tbu2, 0)) goto loop;
85 uint64 intr, inst, loop; local
91 loop = loop1 - loop0 - intr;
92 fprintf(stderr, "opcode=%03d t=%d inst=%06lld loop=%06lld\n",
93 opcode, ticked, inst, loop);
443 /* signal main loop */
554 pendingcalls_to_do = 1; /* Signal main loop */
640 /* Status code for main loop (reason for stack unwind) */
678 /* Interpreter main loop */
    [all...]
compile.c 87 enum fblocktype { LOOP, EXCEPT, FINALLY_TRY, FINALLY_END };
173 /* Returns true if there is a loop on the fblock stack. */
1679 basicblock *loop, *orelse, *end, *anchor = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c 43 loop:
47 if (__builtin_expect(tbu != tbu2, 0)) goto loop;
83 uint64 intr, inst, loop; local
89 loop = loop1 - loop0 - intr;
90 fprintf(stderr, "opcode=%03d t=%d inst=%06lld loop=%06lld\n",
91 opcode, ticked, inst, loop);
441 /* signal main loop */
552 pendingcalls_to_do = 1; /* Signal main loop */
638 /* Status code for main loop (reason for stack unwind) */
676 /* Interpreter main loop */
    [all...]
compile.c 87 enum fblocktype { LOOP, EXCEPT, FINALLY_TRY, FINALLY_END };
173 /* Returns true if there is a loop on the fblock stack. */
1656 basicblock *loop, *orelse, *end, *anchor = NULL; local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000_hw.c 9121 uint32_t reg_data, cnf_base_addr, cnf_size, ret_val, loop; local
    [all...]
  /external/v8/src/compiler/
effect-control-linearizer.cc 2193 Node* loop = local
    [all...]
js-typed-lowering.cc 1357 Node* loop = control = graph()->NewNode(common()->Loop(2), control, control); local
    [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 171 // Continue loop if not done.
1006 Label loop, exit; local
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 1004 Label loop, exit; local
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 948 Label loop, exit; local
952 // If the object is null or undefined, skip over the loop, otherwise convert
    [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc 180 // Continue loop if not done.
940 Label loop, exit; local
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 940 Label loop, exit; local
944 // If the object is null or undefined, skip over the loop, otherwise convert
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 2054 Label loop; local
2182 Label loop; local
3925 Label loop, done_loop; local
4314 Label loop, done_loop; local
    [all...]
macro-assembler-ia32.cc 1814 Label loop, entry; local
1867 Label done, loop; local
2054 Label loop, entry; local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 2251 Label loop_entry, loop; local
2359 Label loop; local
4075 Label loop, done_loop; local
4420 Label loop, done_loop; local
    [all...]
macro-assembler-mips.cc 4512 Label loop, entry; local
4795 Label loop, entry; local
5043 Label done, loop; local
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 2254 Label loop_entry, loop; local
2362 Label loop; local
4083 Label loop, done_loop; local
4439 Label loop, done_loop; local
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 2319 Label loop; local
4041 Label loop; local
4430 Label loop, done_loop; local
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 2300 Label loop; local
3985 Label loop; local
4359 Label loop, done_loop; local
    [all...]
macro-assembler-s390.cc 1223 Label loop; local
2846 Label loop; local
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 1997 Label loop; local
3742 Label loop, done_loop; local
4105 Label loop, done_loop; local
    [all...]

Completed in 1350 milliseconds

<<11121314151617181920>>