/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
testutil.h | 48 // (If you're curious why this takes a stacksize and the others don't, 49 // it's because the one client of this fn wanted to specify stacksize. :-) ) 53 extern "C" void RunManyThreadsWithId(void (*fn)(int), int count, int stacksize);
|
testutil.cc | 97 (*fn)(i); // stacksize doesn't make sense in a non-threaded context 138 void RunManyThreadsWithId(void (*fn)(int), int count, int stacksize) { 145 hThread[i] = CreateThread(NULL, stacksize, RunFunctionInThreadWithId, 200 void RunManyThreadsWithId(void (*fn)(int), int count, int stacksize) { 203 pthread_attr_setstacksize(&attr, stacksize);
|
/external/llvm/lib/Target/XCore/ |
XCoreFrameToArgsOffsetElim.cpp | 47 unsigned StackSize = MF.getFrameInfo()->getStackSize(); 56 MBBI = TII.loadImmediate(MBB, MBBI, Reg, StackSize);
|
/bionic/libc/arch-arm/bionic/ |
_exit_with_stack_teardown.S | 31 // void _exit_with_stack_teardown(void* stackBase, size_t stackSize)
|
/bionic/libc/arch-arm64/bionic/ |
_exit_with_stack_teardown.S | 31 // void _exit_with_stack_teardown(void* stackBase, size_t stackSize)
|
/bionic/libc/arch-mips/bionic/ |
_exit_with_stack_teardown.S | 31 // void _exit_with_stack_teardown(void* stackBase, size_t stackSize)
|
/bionic/libc/arch-mips64/bionic/ |
_exit_with_stack_teardown.S | 31 // void _exit_with_stack_teardown(void* stackBase, size_t stackSize)
|
/bionic/libc/arch-x86_64/bionic/ |
_exit_with_stack_teardown.S | 31 // void _exit_with_stack_teardown(void* stackBase, size_t stackSize)
|
/external/icu/icu4c/source/common/ |
bytestrieiterator.cpp | 111 int32_t stackSize=stack_->size(); 112 int32_t length=stack_->elementAti(stackSize-1); 113 pos=bytes_+stack_->elementAti(stackSize-2); 114 stack_->setSize(stackSize-2);
|
ucharstrieiterator.cpp | 110 int32_t stackSize=stack_->size(); 111 int32_t length=stack_->elementAti(stackSize-1); 112 pos=uchars_+stack_->elementAti(stackSize-2); 113 stack_->setSize(stackSize-2);
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-variadic-aapcs.ll | 11 ; CHECK: sub sp, sp, #[[STACKSIZE:[0-9]+]] 12 ; CHECK: add [[STACK_TOP:x[0-9]+]], sp, #[[STACKSIZE]] 49 ; CHECK: sub sp, sp, #[[STACKSIZE:[0-9]+]] 50 ; CHECK: add [[STACK_TOP:x[0-9]+]], sp, #[[STACKSIZE]]
|
/external/opencv/cv/src/ |
cvconvhull.cpp | 50 int stacksize = 3; local 85 stack[stacksize] = pnext; 86 stacksize++; 99 stack[stacksize-2] = pnext; 101 pprev = stack[stacksize-4]; 102 stacksize--; 109 stack[stacksize-1] = pnext; 113 return --stacksize; 123 int stacksize = 3; local 158 stack[stacksize] = pnext [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-x86-darwin.c | 266 " push %edi\n" // stacksize 278 Addr stacksize, Addr flags, Addr sp) 284 // VG_(printf)("pthread_hijack pthread %p, machthread %p, func %p, arg %p, stack %p, flags %p, stack %p\n", self, kport, func, func_arg, stacksize, flags, sp); 305 vex->guest_EDI = stacksize; 316 Addr stack = VG_PGROUNDUP(sp) - stacksize; 317 tst->client_stack_highest_word = stack+stacksize; 318 tst->client_stack_szB = stacksize; 322 stack+stacksize, pthread_structsize, 326 stack, stacksize, 387 SizeT stacksize; local [all...] |
syswrap-amd64-darwin.c | 321 Addr stacksize, Addr flags, Addr sp) 327 // VG_(printf)("pthread_hijack pthread %p, machthread %p, func %p, arg %p, stack %p, flags %p, stack %p\n", self, kport, func, func_arg, stacksize, flags, sp); 347 vex->guest_R8 = stacksize; 358 Addr stack = VG_PGROUNDUP(sp) - stacksize; 359 tst->client_stack_highest_word = stack+stacksize; 360 tst->client_stack_szB = stacksize; 364 stack+stacksize, pthread_structsize, 368 stack, stacksize, 422 SizeT stacksize; local 504 stacksize = 512*1024; // wq stacks are always DEFAULT_STACK_SIZ [all...] |
/external/valgrind/main/memcheck/tests/ |
badjump.stderr.exp | 15 main thread stack using the --main-stacksize= flag.
|
badjump.stderr.exp-kfail | 13 main thread stack using the --main-stacksize= flag.
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
testutil.cc | 97 (*fn)(i); // stacksize doesn't make sense in a non-threaded context 138 void RunManyThreadsWithId(void (*fn)(int), int count, int stacksize) { 145 hThread[i] = CreateThread(NULL, stacksize, RunFunctionInThreadWithId, 200 void RunManyThreadsWithId(void (*fn)(int), int count, int stacksize) { 203 pthread_attr_setstacksize(&attr, stacksize);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_mac.cc | 159 uptr stacksize = pthread_get_stacksize_np(pthread_self()); local 164 stacksize == (1 << 19)) { 169 stacksize = rl.rlim_cur; 171 stacksize = kMaxThreadStackSize; 176 *stack_bottom = *stack_top - stacksize;
|
/external/llvm/lib/Target/MSP430/ |
MSP430FrameLowering.cpp | 52 uint64_t StackSize = MFI->getStackSize(); 57 uint64_t FrameSize = StackSize - 2; 79 NumBytes = StackSize - MSP430FI->getCalleeSavedFrameSize(); 125 uint64_t StackSize = MFI->getStackSize(); 131 uint64_t FrameSize = StackSize - 2; 137 NumBytes = StackSize - CSSize;
|
/hardware/ti/omap4-aah/domx/mm_osal/src/ |
timm_osal_task.c | 83 /* TIMM_OSAL_S32 stackSize;*/ 117 size_t stackSize; 165 &stackSize)) 172 if (uStackSize > stackSize) 174 stackSize = uStackSize; 176 stackSize))
|
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
timm_osal_task.c | 83 /* TIMM_OSAL_S32 stackSize;*/ 117 size_t stackSize; 165 &stackSize)) 172 if (uStackSize > stackSize) 174 stackSize = uStackSize; 176 stackSize))
|
/libcore/luni/src/main/java/java/util/ |
ComparableTimSort.java | 92 private int stackSize = 0; // Number of pending runs on stack 188 if (DEBUG) assert ts.stackSize == 1; 348 this.runBase[stackSize] = runBase; 349 this.runLen[stackSize] = runLen; 350 stackSize++; 361 * so the invariants are guaranteed to hold for i < stackSize upon 365 while (stackSize > 1) { 366 int n = stackSize - 2; 384 while (stackSize > 1) { 385 int n = stackSize - 2 [all...] |
/external/chromium_org/third_party/skia/third_party/lua/src/ |
lstate.c | 137 L1->stacksize = BASIC_STACK_SIZE; 141 L1->stack_last = L1->stack + L1->stacksize - EXTRA_STACK; 158 luaM_freearray(L, L->stack, L->stacksize); /* free stack array */ 206 L->stacksize = 0;
|
/external/llvm/lib/Target/Mips/ |
Mips16RegisterInfo.h | 42 int FrameIndex, uint64_t StackSize,
|
MipsSERegisterInfo.h | 35 int FrameIndex, uint64_t StackSize,
|