HomeSort by relevance Sort by last modified time
    Searched full:stacksize (Results 26 - 50 of 405) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/x86-linux/
hang.stderr.exp 8 main thread stack using the --main-stacksize= flag.
  /external/valgrind/none/tests/x86-solaris/
coredump_single_thread.stderr.exp 8 main thread stack using the --main-stacksize= flag.
coredump_single_thread_sse.stderr.exp 10 main thread stack using the --main-stacksize= flag.
  /external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java 56 private int stackSize;
149 stackSize = 0;
209 stackSize -= 1;
263 stackSize = 1;
300 int initialStackSize = stackSize;
303 if (maxStackSize < stackSize)
305 maxStackSize = stackSize;
322 stackSize+" - "+
325 (stackSize+stackPushCount-stackPopCount)+": "+
330 stackSize -= instruction.stackPopCount(clazz)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_new.py 113 stacksize = c.co_stacksize
126 d = new.code(argcount, nlocals, stacksize, flags, codestring,
131 d = new.code(argcount, nlocals, stacksize, flags, codestring,
137 -argcount, nlocals, stacksize, flags, codestring,
142 argcount, -nlocals, stacksize, flags, codestring,
147 argcount, nlocals, stacksize, flags, codestring,
154 d = new.code(argcount, nlocals, stacksize, flags, codestring,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_new.py 113 stacksize = c.co_stacksize
126 d = new.code(argcount, nlocals, stacksize, flags, codestring,
131 d = new.code(argcount, nlocals, stacksize, flags, codestring,
137 -argcount, nlocals, stacksize, flags, codestring,
142 argcount, -nlocals, stacksize, flags, codestring,
147 argcount, nlocals, stacksize, flags, codestring,
154 d = new.code(argcount, nlocals, stacksize, flags, codestring,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_new.py 113 stacksize = c.co_stacksize
126 d = new.code(argcount, nlocals, stacksize, flags, codestring,
131 d = new.code(argcount, nlocals, stacksize, flags, codestring,
137 -argcount, nlocals, stacksize, flags, codestring,
142 argcount, -nlocals, stacksize, flags, codestring,
147 argcount, nlocals, stacksize, flags, codestring,
154 d = new.code(argcount, nlocals, stacksize, flags, codestring,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_new.py 113 stacksize = c.co_stacksize
126 d = new.code(argcount, nlocals, stacksize, flags, codestring,
131 d = new.code(argcount, nlocals, stacksize, flags, codestring,
137 -argcount, nlocals, stacksize, flags, codestring,
142 argcount, -nlocals, stacksize, flags, codestring,
147 argcount, nlocals, stacksize, flags, codestring,
154 d = new.code(argcount, nlocals, stacksize, flags, codestring,
  /external/llvm/lib/Target/Mips/
Mips16FrameLowering.cpp 47 uint64_t StackSize = MFI->getStackSize();
50 if (StackSize == 0 && !MFI->adjustsStack()) return;
57 TII.makeFrame(Mips::SP, StackSize, MBB, MBBI);
59 // emit ".cfi_def_cfa_offset StackSize"
61 MCCFIInstruction::createDefCfaOffset(nullptr, -StackSize));
94 uint64_t StackSize = MFI->getStackSize();
96 if (!StackSize)
104 // assumes stacksize multiple of 8
105 TII.restoreFrame(Mips::SP, StackSize, MBB, MBBI);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFrameLowering.cpp 66 static void adjustStackPointer(unsigned StackSize,
91 .addImm(StackSize);
131 uint64_t StackSize = MFI->getStackSize();
132 if (!StackSize && (!MFI->adjustsStack() || MFI->getMaxCallFrameSize() == 0))
140 adjustStackPointer(StackSize, false, MF, MBB, TII, InsertPt, DL);
145 uint64_t StackSize = MF.getFrameInfo()->getStackSize();
146 if (!StackSize)
158 // Restore the stack pointer. Without FP its value is just SP32 - stacksize
160 .addImm(StackSize);
  /external/llvm/test/CodeGen/MIR/Generic/
frame-info.mir 34 # CHECK-NEXT: stackSize: 0
61 # CHECK-NEXT: stackSize: 4
77 stackSize: 4
  /external/llvm/test/CodeGen/MIR/X86/
cfi-def-cfa-offset.mir 18 stackSize: 4040
cfi-def-cfa-register.mir 19 stackSize: 8
expected-offset-after-cfi-operand.mir 16 stackSize: 4040
large-cfi-offset-number-error.mir 16 stackSize: 4040
  /external/llvm/test/CodeGen/X86/
tailcall-stackalign.ll 18 ; expect match subl [stacksize] here
  /external/valgrind/memcheck/tests/linux/
lsframe1.c 4 generates a very large stack, --main-stacksize=67200000
lsframe2.c 4 --main-stacksize=67117057 (on amd64-linux) or above, but works fine
  /external/valgrind/memcheck/tests/solaris/
lsframe2.c 3 --main-stacksize=67117057 (on amd64-linux) or above, but works fine
  /external/valgrind/none/tests/amd64-solaris/
coredump_single_thread_sse.stderr.exp 10 main thread stack using the --main-stacksize= flag.
  /external/valgrind/none/tests/linux/
stack-overflow.stderr.exp 11 main thread stack using the --main-stacksize= flag.
  /external/valgrind/none/tests/solaris/
coredump_many_threads.stderr.exp 10 main thread stack using the --main-stacksize= flag.
stack-overflow.stderr.exp 11 main thread stack using the --main-stacksize= flag.
  /external/javassist/src/main/javassist/
CtNewWrappedMethod.java 59 int stacksize = makeBody0(clazz, classfile, wrappedBody, isStatic, local
61 code.setMaxStack(stacksize);
83 int stacksize = compileParameterList(code, parameters, local
117 if (stacksize < stacksize2 + 2)
118 stacksize = stacksize2 + 2;
120 return stacksize;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 300 uptr stacksize = 0; local
301 my_pthread_attr_getstack(attr, (void**)&stackaddr, &stacksize);
302 // GLibC will return (0 - stacksize) as the stack address in the case when
303 // stacksize is set, but stackaddr is not.
304 bool stack_set = (stackaddr != 0) && (stackaddr + stacksize != 0);
307 if (stacksize < minstacksize) {
309 if (stacksize != 0) {
310 VPrintf(1, "Sanitizer: increasing stacksize %zu->%zu\n", stacksize,
316 "%zu < %zu\n", stacksize, minstacksize)
    [all...]

Completed in 1848 milliseconds

12 3 4 5 6 7 8 91011>>