Home
last modified time | relevance | path

Searched refs:stacksize (Results 1 – 25 of 37) sorted by relevance

12

/external/javassist/src/main/javassist/
DCtNewWrappedConstructor.java55 int stacksize, stacksize2; in makeBody() local
62 stacksize = 1; in makeBody()
66 stacksize = code.addLoadParameters(parameters, 1) + 1; in makeBody()
71 stacksize = compileParameterList(code, parameters, 1); in makeBody()
82 if (stacksize < stacksize2) in makeBody()
83 stacksize = stacksize2; in makeBody()
94 if (stacksize < stacksize2) in makeBody()
95 stacksize = stacksize2; in makeBody()
98 code.setMaxStack(stacksize); in makeBody()
DCtNewWrappedMethod.java59 int stacksize = makeBody0(clazz, classfile, wrappedBody, isStatic, in makeBody() local
61 code.setMaxStack(stacksize); in makeBody()
83 int stacksize = compileParameterList(code, parameters, in makeBody0() local
117 if (stacksize < stacksize2 + 2) in makeBody0()
118 stacksize = stacksize2 + 2; in makeBody0()
120 return stacksize; in makeBody0()
DCtField.java998 int stacksize; in compile() local
1006 stacksize = 4; in compile()
1008 stacksize = compileStringParameter(code) + 4; in compile()
1011 stacksize += CtNewWrappedMethod.compileParameterList(code, in compile()
1016 return stacksize; in compile()
1046 int stacksize = 2; in compileIfStatic() local
1051 stacksize += compileStringParameter(code); in compileIfStatic()
1056 return stacksize; in compileIfStatic()
1094 int stacksize; in compile() local
1100 stacksize = 2; in compile()
[all …]
DCtClassType.java1464 int stacksize = 0; in modifyClassConstructor() local
1472 if (stacksize < s) in modifyClassConstructor()
1473 stacksize = s; in modifyClassConstructor()
1478 modifyClassConstructor(cf, code, stacksize, 0); in modifyClassConstructor()
1482 int stacksize, int localsize) in modifyClassConstructor() argument
1488 code.setMaxStack(stacksize); in modifyClassConstructor()
1508 if (maxstack < stacksize) in modifyClassConstructor()
1509 codeAttr.setMaxStack(stacksize); in modifyClassConstructor()
1549 int stacksize = makeFieldInitializer(init, params); in modifyConstructors() local
1550 insertAuxInitializer(codeAttr, init, stacksize); in modifyConstructors()
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cc101 uptr stacksize = rl.rlim_cur; in GetThreadStackTopAndBottom() local
102 if (stacksize > end - prev_end) in GetThreadStackTopAndBottom()
103 stacksize = end - prev_end; in GetThreadStackTopAndBottom()
107 if (stacksize > kMaxThreadStackSize) in GetThreadStackTopAndBottom()
108 stacksize = kMaxThreadStackSize; in GetThreadStackTopAndBottom()
110 *stack_bottom = end - stacksize; in GetThreadStackTopAndBottom()
116 uptr stacksize = 0; in GetThreadStackTopAndBottom() local
118 my_pthread_attr_getstack(&attr, &stackaddr, (size_t*)&stacksize); in GetThreadStackTopAndBottom()
121 CHECK_LE(stacksize, kMaxThreadStackSize); // Sanity check. in GetThreadStackTopAndBottom()
122 *stack_top = (uptr)stackaddr + stacksize; in GetThreadStackTopAndBottom()
[all …]
Dsanitizer_mac.cc164 uptr stacksize = pthread_get_stacksize_np(pthread_self()); in GetThreadStackTopAndBottom() local
169 stacksize == (1 << 19)) { in GetThreadStackTopAndBottom()
174 stacksize = rl.rlim_cur; in GetThreadStackTopAndBottom()
176 stacksize = kMaxThreadStackSize; in GetThreadStackTopAndBottom()
181 *stack_bottom = *stack_top - stacksize; in GetThreadStackTopAndBottom()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-x86-darwin.c277 Addr stacksize, Addr flags, Addr sp) in pthread_hijack() argument
304 vex->guest_EDI = stacksize; in pthread_hijack()
315 Addr stack = VG_PGROUNDUP(sp) - stacksize; in pthread_hijack()
316 tst->client_stack_highest_byte = stack+stacksize-1; in pthread_hijack()
317 tst->client_stack_szB = stacksize; in pthread_hijack()
321 stack+stacksize, pthread_structsize, in pthread_hijack()
325 stack, stacksize, in pthread_hijack()
386 SizeT stacksize; in wqthread_hijack() local
475 stacksize = 512*1024; // wq stacks are always DEFAULT_STACK_SIZE in wqthread_hijack()
476 stack = VG_PGROUNDUP(sp) - stacksize; in wqthread_hijack()
[all …]
Dsyswrap-amd64-darwin.c337 Addr stacksize, Addr flags, Addr sp) in pthread_hijack() argument
363 vex->guest_R8 = stacksize; in pthread_hijack()
374 Addr stack = VG_PGROUNDUP(sp) - stacksize; in pthread_hijack()
375 tst->client_stack_highest_byte = stack+stacksize-1; in pthread_hijack()
376 tst->client_stack_szB = stacksize; in pthread_hijack()
380 stack+stacksize, pthread_structsize, in pthread_hijack()
384 stack, stacksize, in pthread_hijack()
438 SizeT stacksize; in wqthread_hijack() local
527 stacksize = 512*1024; // wq stacks are always DEFAULT_STACK_SIZE in wqthread_hijack()
528 stack = VG_PGROUNDUP(sp) - stacksize; in wqthread_hijack()
[all …]
/external/opencv/cv/src/
Dcvconvhull.cpp50 int stacksize = 3; in icvSklansky_32s() local
85 stack[stacksize] = pnext; in icvSklansky_32s()
86 stacksize++; in icvSklansky_32s()
99 stack[stacksize-2] = pnext; in icvSklansky_32s()
101 pprev = stack[stacksize-4]; in icvSklansky_32s()
102 stacksize--; in icvSklansky_32s()
109 stack[stacksize-1] = pnext; in icvSklansky_32s()
113 return --stacksize; in icvSklansky_32s()
123 int stacksize = 3; in icvSklansky_32f() local
158 stack[stacksize] = pnext; in icvSklansky_32f()
[all …]
/external/pcre/dist/
Dpcre_jit_compile.c272 int stacksize; member
6807 int stacksize; in match_once_common() local
6815 stacksize = needs_control_head ? 1 : 0; in match_once_common()
6817 stacksize++; in match_once_common()
6818 free_stack(common, stacksize); in match_once_common()
6835 stacksize = (ket != OP_KET || has_alternatives) ? 2 : 1; in match_once_common()
6836 …TOP, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_IMM, (framesize + stacksize) * sizeof(sljit_… in match_once_common()
6850 static SLJIT_INLINE int match_capture_common(compiler_common *common, int stacksize, int offset, in… in match_capture_common() argument
6858 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(stacksize), TMP1, 0); in match_capture_common()
6859 stacksize++; in match_capture_common()
[all …]
/external/valgrind/coregrind/m_initimg/
Dinitimg-darwin.c325 unsigned stacksize; /* total client stack size */ in setup_client_stack() local
378 stacksize = in setup_client_stack()
388 if (0) VG_(printf)("stacksize = %d\n", stacksize); in setup_client_stack()
391 client_SP = clstack_end + 1 - stacksize; in setup_client_stack()
413 stringsize, auxsize, stacksize, (Int)clstack_max_size, in setup_client_stack()
Dinitimg-linux.c407 unsigned stacksize; /* total client stack size */ in setup_client_stack() local
471 stacksize = in setup_client_stack()
481 if (0) VG_(printf)("stacksize = %d\n", stacksize); in setup_client_stack()
484 client_SP = clstack_end - stacksize; in setup_client_stack()
500 stringsize, auxsize, stacksize, (Int)clstack_max_size, in setup_client_stack()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_linux_test.cc220 size_t stacksize; in thread_descriptor_size_test_func() local
221 pthread_attr_getstack(&attr, &stackaddr, &stacksize); in thread_descriptor_size_test_func()
222 return (void *)((uptr)stackaddr + stacksize - descr_addr); in thread_descriptor_size_test_func()
/external/valgrind/memcheck/tests/linux/
Dlsframe2.vgtest2 vgopts: --main-stacksize=68500000
Dlsframe1.vgtest2 vgopts: --main-stacksize=67200000 --max-stackframe=67200000
/external/libnfc-nci/src/gki/common/
Dgki_debug.c110 int j, stacksize; in gki_calc_stack() local
114 stacksize = (int) gki_cb.com.OSStackSize[task]; in gki_calc_stack()
118 for(j = 0; j < stacksize; j++) in gki_calc_stack()
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki_debug.c110 int j, stacksize; in gki_calc_stack() local
114 stacksize = (int) gki_cb.com.OSStackSize[task]; in gki_calc_stack()
118 for(j = 0; j < stacksize; j++) in gki_calc_stack()
/external/javassist/src/main/javassist/bytecode/
DBytecode.java138 public Bytecode(ConstPool cp, int stacksize, int localvars) { in Bytecode() argument
140 maxStack = stacksize; in Bytecode()
797 int stacksize = 0; in addLoadParameters() local
801 stacksize += addLoad(stacksize + offset, params[i]); in addLoadParameters()
804 return stacksize; in addLoadParameters()
/external/valgrind/coregrind/m_ume/
Dmacho.c376 vki_size_t stacksize = VG_PGROUNDUP(default_stack_size()); in load_unixthread() local
377 vm_address_t stackbase = VG_PGROUNDDN(stack_end+1-stacksize); in load_unixthread()
380 …res = VG_(am_mmap_anon_fixed_client)(stackbase, stacksize, VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_E… in load_unixthread()
381 check_mmap(res, stackbase, stacksize, "load_unixthread1"); in load_unixthread()
579 err = handle_lcmain ( &stack_start, &stack_end, epcmd->stacksize ); in load_thin_file()
/external/valgrind/memcheck/tests/
Derr_disable4.vgtest2 vgopts: -q --num-callers=3 --valgrind-stacksize=131072
Dsupp_unknown.stderr.exp-kfail8 main thread stack using the --main-stacksize= flag.
Dbadjump.stderr.exp-kfail13 main thread stack using the --main-stacksize= flag.
/external/llvm/test/CodeGen/X86/
Dtailcall-stackalign.ll18 ; expect match subl [stacksize] here
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c218 …ASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar,… in GKI_create_task() argument
229 …=0x%x id=%d name=%s stack=0x%x stackSize=%d", task_entry, task_id, taskname, stack, stacksize); in GKI_create_task()
301 stacksize); in GKI_create_task()
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c215 …ASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar,… in GKI_create_task() argument
226 …=0x%x id=%d name=%s stack=0x%x stackSize=%d", task_entry, task_id, taskname, stack, stacksize); in GKI_create_task()
298 stacksize); in GKI_create_task()

12