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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/memcheck/tests/linux/
lsframe2.vgtest 2 vgopts: --main-stacksize=68500000
lsframe1.vgtest 2 vgopts: --main-stacksize=67200000 --max-stackframe=67200000
  /external/valgrind/memcheck/tests/solaris/
lsframe2.vgtest 2 vgopts: -q --main-stacksize=68500000
lsframe1.vgtest 2 vgopts: -q --main-stacksize=67200000 --max-stackframe=67200000
lsframe1.c 3 generates a very large stack, --main-stacksize=67200000
  /bionic/libc/arch-x86/bionic/
_exit_with_stack_teardown.S 3 // void _exit_with_stack_teardown(void* stackBase, size_t stackSize)
7 mov 8(%esp), %ecx // stackSize
  /external/javassist/src/main/javassist/
CtNewWrappedConstructor.java 55 int stacksize, stacksize2; local
62 stacksize = 1;
66 stacksize = code.addLoadParameters(parameters, 1) + 1;
71 stacksize = compileParameterList(code, parameters, 1);
82 if (stacksize < stacksize2)
83 stacksize = stacksize2;
94 if (stacksize < stacksize2)
95 stacksize = stacksize2;
98 code.setMaxStack(stacksize);
  /external/fonttools/Lib/fontTools/misc/
xmlReader.py 23 self.stackSize = 0
52 stackSize = self.stackSize
53 self.stackSize = stackSize + 1
54 if not stackSize:
63 elif stackSize == 1:
96 elif stackSize == 2:
105 if self.stackSize > 1:
109 self.stackSize = self.stackSize -
    [all...]
  /external/llvm/test/CodeGen/AArch64/
arm64-stack-no-frame.ll 10 ; CHECK: sub sp, sp, #[[STACKSIZE:[0-9]+]]
18 ; CHECK: add sp, sp, #[[STACKSIZE]]
  /external/valgrind/memcheck/tests/
err_disable4.vgtest 2 vgopts: -q --num-callers=3 --valgrind-stacksize=131072
supp_unknown.stderr.exp 9 main thread stack using the --main-stacksize= flag.
supp_unknown.stderr.exp-kfail 8 main thread stack using the --main-stacksize= flag.
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_windows_386.c 17 #define STACKSIZE (1*1024*1024)
23 g->stacklo = (uintptr)&tmp - STACKSIZE + 8*1024;
48 ts.g->stacklo = (uintptr)&ts - STACKSIZE + 8*1024;
gcc_windows_amd64.c 17 #define STACKSIZE (2*1024*1024)
23 g->stacklo = (uintptr)&tmp - STACKSIZE + 8*1024;
48 ts.g->stacklo = (uintptr)&ts - STACKSIZE + 8*1024;
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_windows_386.c 17 #define STACKSIZE (1*1024*1024)
23 g->stacklo = (uintptr)&tmp - STACKSIZE + 8*1024;
48 ts.g->stacklo = (uintptr)&ts - STACKSIZE + 8*1024;
gcc_windows_amd64.c 17 #define STACKSIZE (2*1024*1024)
23 g->stacklo = (uintptr)&tmp - STACKSIZE + 8*1024;
48 ts.g->stacklo = (uintptr)&ts - STACKSIZE + 8*1024;
  /bionic/libc/arch-mips/bionic/
syscall.S 35 #define STACKSIZE 2*4
47 subu sp, STACKSIZE
51 addu sp, STACKSIZE
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Differ.java 23 * @param stackSize The size of the largest difference you expect.
27 public Differ(int stackSize, int matchCount) {
28 this.STACKSIZE = stackSize;
30 a = (T[]) new Object[stackSize+matchCount];
31 b = (T[]) new Object[stackSize+matchCount];
115 if (aCount >= STACKSIZE || bCount >= STACKSIZE) {
161 private int STACKSIZE;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Differ.java 21 * @param stackSize The size of the largest difference you expect.
25 public Differ(int stackSize, int matchCount) {
26 this.STACKSIZE = stackSize;
28 a = (T[]) new Object[stackSize+matchCount];
29 b = (T[]) new Object[stackSize+matchCount];
113 if (aCount >= STACKSIZE || bCount >= STACKSIZE) {
159 private int STACKSIZE;
  /external/valgrind/none/tests/amd64-linux/
bug345887.stderr.exp 8 main thread stack using the --main-stacksize= flag.
  /external/valgrind/none/tests/amd64-solaris/
coredump_single_thread.stderr.exp 8 main thread stack using the --main-stacksize= flag.
  /external/valgrind/none/tests/linux/
blockfault.stderr.exp 9 main thread stack using the --main-stacksize= flag.
  /external/valgrind/none/tests/solaris/
block_all_signals.stderr.exp 9 main thread stack using the --main-stacksize= flag.
blockfault.stderr.exp 9 main thread stack using the --main-stacksize= flag.
  /external/valgrind/none/tests/x86-linux/
bug345887.stderr.exp 8 main thread stack using the --main-stacksize= flag.

Completed in 1032 milliseconds

1 2 3 4 5 6 7 8 91011>>