HomeSort by relevance Sort by last modified time
    Searched refs:pushes (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/pcre/dist2/
perltest.sh 222 $pushes = "push \@subs,\$&;" .
244 eval "${cmd} (\$x =~ ${pattern}) {" . $pushes;
  /prebuilts/go/darwin-x86/src/net/http/
http.go 130 // The HTTP/2 spec disallows recursive pushes and cross-authority pushes.
131 // Push may or may not detect these invalid pushes; however, invalid
132 // pushes will be detected and canceled by conforming clients.
  /prebuilts/go/linux-x86/src/net/http/
http.go 130 // The HTTP/2 spec disallows recursive pushes and cross-authority pushes.
131 // Push may or may not detect these invalid pushes; however, invalid
132 // pushes will be detected and canceled by conforming clients.
  /external/v8/src/compiler/
code-generator.cc 340 ZoneVector<MoveOperands*>* pushes) {
341 pushes->clear();
353 // If there are any moves from slots that will be overridden by pushes,
355 // pushes don't participate in the parallel move and might clobber
360 pushes->clear();
364 // pushes. Theoretically, we could extract pushes for both gaps (there
366 // to check to make sure that non-memory inputs to the pushes from the
374 if (index >= static_cast<int>(pushes->size())) {
375 pushes->resize(index + 1)
    [all...]
code-generator.h 168 ZoneVector<MoveOperands*>* pushes);
172 // need it before gap moves or conversion of certain gap moves into pushes.
  /cts/tests/tests/content/
Android.mk 40 # on compatibility-device-util pushes us beyond 64k methods.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
general.s 53 # test various pushes
general.l 104 53 # test various pushes
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_vbo.c 872 unsigned draws = count, pushes, i; local
875 pushes = 1;
878 pushes = draws;
881 nouveau_pushbuf_space(push, 16, 0, pushes + !!buf_count);
896 if (pushes == 1) {
902 for (i = 0; i < pushes; i++) {
    [all...]
  /prebuilts/go/darwin-x86/src/container/heap/
heap.go 49 // Push pushes the element x onto the heap. The complexity is
  /prebuilts/go/linux-x86/src/container/heap/
heap.go 49 // Push pushes the element x onto the heap. The complexity is
  /external/libdrm/nouveau/
nouveau.h 214 uint32_t relocs, uint32_t pushes);
pushbuf.c 276 err("ch%d: krec %d pushes %d bufs %d relocs %d\n", chid,
642 uint32_t dwords, uint32_t relocs, uint32_t pushes)
668 pushes++;
677 krec->nr_push + pushes >= NOUVEAU_GEM_MAX_PUSH) {
  /external/fonttools/Lib/fontTools/ttLib/tables/
ttProgram.py 13 # opcode mnemonic argBits descriptive name pops pushes eats from instruction stream pushes
27 # opcode mnemonic argBits descriptive name pops pushes pops pushes
164 for op, mnemonic, argBits, name, pops, pushes in instructionList:
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 322 ; Win64 ABI requires 16 byte stack alignment, but then pushes an 8 byte return
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
387.go 308 // push pushes v onto the floating-point stack. v must be in a register.
  /prebuilts/go/darwin-x86/src/go/ast/
commentmap.go 106 // and then pushes n on the stack.
  /prebuilts/go/darwin-x86/src/regexp/
backtrack.go 115 // push pushes (pc, pos, arg) onto the job stack if it should be
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
387.go 308 // push pushes v onto the floating-point stack. v must be in a register.
  /prebuilts/go/linux-x86/src/go/ast/
commentmap.go 106 // and then pushes n on the stack.
  /prebuilts/go/linux-x86/src/regexp/
backtrack.go 115 // push pushes (pc, pos, arg) onto the job stack if it should be
  /external/v8/src/compiler/arm/
code-generator-arm.cc 557 ZoneVector<MoveOperands*> pushes(zone());
558 GetPushCompatibleMoves(instr, flags, &pushes);
560 if (!pushes.empty() &&
561 (LocationOperand::cast(pushes.back()->destination()).index() + 1 ==
565 for (auto move : pushes) {
586 // Pushes of non-scalar data types is not supported.
    [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc     [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc     [all...]

Completed in 764 milliseconds

1 2 3