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

<<11121314151617181920>>

  /external/v8/src/builtins/ia32/
builtins-ia32.cc 170 Label loop, entry; local
173 __ bind(&loop);
177 __ j(greater_equal, &loop);
330 // Copy arguments to the stack in a loop.
331 Label loop, entry; local
334 __ bind(&loop);
340 __ j(not_equal, &loop);
431 Label done_loop, loop; local
432 __ bind(&loop);
436 __ jmp(&loop);
475 Label done_loop, loop; local
1529 Label loop; local
1763 Label done_loop, loop; local
2292 Label done, loop; local
2570 Label loop; local
2583 Label loop; local
    [all...]
  /external/v8/src/builtins/mips/
builtins-mips.cc 142 Label done_loop, loop; local
144 __ bind(&loop);
210 __ jmp(&loop);
213 __ jmp(&loop);
219 __ jmp(&loop);
616 Label loop, entry; local
619 __ bind(&loop);
625 __ Branch(&loop, greater_equal, t4, Operand(zero_reg));
787 // Copy arguments to the stack in a loop.
790 Label loop, entry local
899 Label done_loop, loop; local
946 Label done_loop, loop; local
1982 Label loop; local
2262 Label done, loop; local
2543 Label loop, done_loop; local
2559 Label loop, done_loop; local
2707 Label loop, done_loop; local
2723 Label loop, done_loop; local
    [all...]
  /external/v8/src/builtins/mips64/
builtins-mips64.cc 142 Label done_loop, loop; local
144 __ bind(&loop);
208 __ Branch(&loop, eq, a4, Operand(at));
210 __ jmp(&loop);
216 __ jmp(&loop);
610 Label loop, entry; local
613 __ bind(&loop);
619 __ Branch(&loop, greater_equal, t0, Operand(zero_reg));
775 Label done_loop, loop; local
776 __ bind(&loop);
822 Label done_loop, loop; local
940 Label loop, entry; local
1976 Label loop; local
2258 Label done, loop; local
2537 Label loop, done_loop; local
2553 Label loop, done_loop; local
2700 Label loop, done_loop; local
2716 Label loop, done_loop; local
    [all...]
  /external/v8/src/builtins/ppc/
builtins-ppc.cc 140 // Setup state for loop
145 Label done_loop, loop; local
147 __ bind(&loop);
201 __ b(cond_done, &loop);
206 __ bne(&loop);
212 __ b(&loop);
219 __ b(&loop);
623 Label loop, no_args; local
628 __ bind(&loop);
632 __ bdnz(&loop);
799 Label loop, done_loop; local
846 Label loop, done_loop; local
973 Label loop, entry; local
1133 Label loop, no_args; local
1199 Label loop; local
2024 Label loop; local
2311 Label loop, no_args; local
2594 Label skip, loop; local
2609 Label loop; local
    [all...]
  /external/v8/src/builtins/s390/
builtins-s390.cc 140 // Setup state for loop
145 Label done_loop, loop; local
147 __ bind(&loop);
201 __ b(cond_done, &loop);
206 __ bne(&loop);
212 __ b(&loop);
219 __ b(&loop);
621 Label loop, no_args; local
626 __ bind(&loop);
630 __ BranchOnCount(r1, &loop);
797 Label loop, done_loop; local
844 Label loop, done_loop; local
1134 Label loop, no_args; local
1202 Label loop; local
2024 Label loop; local
2320 Label loop, no_args; local
2604 Label skip, loop; local
2619 Label loop; local
    [all...]
  /external/v8/src/builtins/x64/
builtins-x64.cc 170 Label loop, entry; local
173 __ bind(&loop);
177 __ j(greater_equal, &loop);
407 // Copy arguments to the stack in a loop.
410 Label loop, entry; local
411 __ Set(rcx, 0); // Set loop variable to 0.
413 __ bind(&loop);
419 __ j(not_equal, &loop);
508 Label done_loop, loop; local
509 __ bind(&loop);
553 Label done_loop, loop; local
1489 Label loop; local
1733 Label done_loop, loop; local
2386 Label done, loop; local
2666 Label loop; local
2679 Label loop; local
    [all...]
  /external/v8/src/builtins/x87/
builtins-x87.cc 170 Label loop, entry; local
173 __ bind(&loop);
177 __ j(greater_equal, &loop);
331 // Copy arguments to the stack in a loop.
332 Label loop, entry; local
335 __ bind(&loop);
341 __ j(not_equal, &loop);
432 Label done_loop, loop; local
433 __ bind(&loop);
437 __ jmp(&loop);
476 Label done_loop, loop; local
1530 Label loop; local
1764 Label done_loop, loop; local
2312 Label done, loop; local
2594 Label loop; local
2607 Label loop; local
    [all...]
  /external/v8/src/compiler/
scheduler.cc 317 // Put Terminate in the loop to which it refers.
318 Node* loop = NodeProperties::GetControlInput(node); local
319 BasicBlock* block = BuildBlockForNode(loop);
598 // a RPO of the graph where loop bodies are contiguous. Properties:
600 // unless B is a loop header and A is in the loop headed at B
603 // => If block A is a loop header, A appears before all blocks in the loop
606 // do not belong to the loop.)
658 LoopInfo const& loop = loops_[GetLoopNumber(block)] local
787 LoopInfo* loop = local
1022 LoopInfo* loop = &loops_[i]; local
    [all...]
  /external/v8/src/full-codegen/
full-codegen.cc 1237 Label loop, body; local
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 180 // Continue loop if not done.
1005 Label loop, exit; local
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 179 // Continue loop if not done.
1005 Label loop, exit; local
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 180 // Continue loop if not done.
970 Label loop, exit; local
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 160 // Continue loop if not done.
964 Label loop, exit; local
    [all...]
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 243 bool loop();
280 // is released within the CallbackDispatcherThread loop
306 bool OMXNodeInstance::CallbackDispatcher::loop() { function in class:android::OMXNodeInstance::CallbackDispatcher
332 return mDispatcher->loop();
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
StaticMetadata.java 361 loop: for (int mode : availableAfModes) {
368 break loop; local
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 406 // For debug builds, log event loop stalls to dropbox for analysis.
420 // Loop forever.
421 Looper.loop();
422 throw new RuntimeException("Main thread loop unexpectedly exited");
542 // we're stuck in a runtime restart loop.
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 125 private void loop() { method in class:GraphRunner.GraphRunLoop
193 loop(); method
    [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 1094 void loop() { function in class:FrameCompletionThread
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java     [all...]
  /packages/services/BuiltInPrintService/jni/lib/
lib_wprint.c 749 int loop = 1; local
760 loop = 0;
767 loop = 0;
775 loop = 0;
783 loop = 0;
787 loop = 0;
821 loop = 0;
823 } while (loop);
867 * inside the for-loop for num_copies.
924 /* take empty filename as cue to break out of the loop
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_amd64.s 116 loop: label
216 JB loop
1245 loop: \ // this loops is unrolled label
1336 JE loop\
1429 JMP loop
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block_amd64.s 116 loop: label
216 JB loop
1245 loop: \ // this loops is unrolled label
1336 JE loop\
1429 JMP loop
  /toolchain/binutils/binutils-2.25/bfd/
linker.c 934 bfd_boolean loop; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ns32k.c 915 int pcrel, b, loop, pcrel_adjust;
918 for (loop = 0; loop < argc; loop++)
921 i = operandsP[loop << 1] - '1';
929 switch ((d = operandsP[(loop << 1) + 1]))
910 int pcrel, b, loop, pcrel_adjust; local
    [all...]
  /art/compiler/optimizing/
intrinsics_arm64.cc 156 // Slow path implementing the SystemArrayCopy intrinsic copy loop with read barriers.
205 // TODO: Load the entrypoint once before the loop, instead of
1281 vixl::aarch64::Label loop; local
1516 vixl::aarch64::Label loop; local
2055 vixl::aarch64::Label loop; local
2318 vixl::aarch64::Label loop, done; local
2819 vixl::aarch64::Label loop; local
2844 vixl::aarch64::Label loop; local
    [all...]

Completed in 965 milliseconds

<<11121314151617181920>>