/external/pcre/dist2/ |
perltest.sh | 222 $pushes = "push \@subs,\$&;" . 244 eval "${cmd} (\$x =~ ${pattern}) {" . $pushes;
|
/external/v8/src/compiler/ |
code-generator.cc | 334 ZoneVector<MoveOperands*>* pushes) { 335 pushes->clear(); 347 // If there are any moves from slots that will be overridden by pushes, 349 // pushes don't participate in the parallel move and might clobber 354 pushes->clear(); 358 // pushes. Theoretically, we could extract pushes for both gaps (there 360 // to check to make sure that non-memory inputs to the pushes from the 368 if (index >= static_cast<int>(pushes->size())) { 369 pushes->resize(index + 1) [all...] |
code-generator.h | 164 ZoneVector<MoveOperands*>* pushes); 168 // need it before gap moves or conversion of certain gap moves into 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.
|
/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
|
/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/v8/src/compiler/arm/ |
code-generator-arm.cc | 555 ZoneVector<MoveOperands*> pushes(zone()); 556 GetPushCompatibleMoves(instr, flags, &pushes); 558 if (!pushes.empty() && 559 (LocationOperand::cast(pushes.back()->destination()).index() + 1 == 563 for (auto move : pushes) { 584 // Pushes of non-scalar data types is not supported. [all...] |
/external/v8/src/compiler/ia32/ |
code-generator-ia32.cc | 484 ZoneVector<MoveOperands*> pushes(zone()); 485 GetPushCompatibleMoves(instr, flags, &pushes); 487 if (!pushes.empty() && 488 (LocationOperand::cast(pushes.back()->destination()).index() + 1 == 491 for (auto move : pushes) { 506 // Pushes of non-scalar data types is not supported. [all...] |
/external/v8/src/compiler/ppc/ |
code-generator-ppc.cc | [all...] |
/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/s390/ |
code-generator-s390.cc | [all...] |
/external/v8/src/compiler/x64/ |
code-generator-x64.cc | [all...] |