/external/javassist/src/main/javassist/ |
H A D | CtNewWrappedConstructor.java | 55 int stacksize, stacksize2; 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);
|
H A D | CtNewWrappedMethod.java | 59 int stacksize = makeBody0(clazz, classfile, wrappedBody, isStatic, 61 code.setMaxStack(stacksize); 83 int stacksize = compileParameterList(code, parameters, 117 if (stacksize < stacksize2 + 2) 118 stacksize = stacksize2 + 2; 120 return stacksize;
|
H A D | CtField.java | 998 int stacksize; 1006 stacksize = 4; 1008 stacksize = compileStringParameter(code) + 4; 1011 stacksize += CtNewWrappedMethod.compileParameterList(code, 1016 return stacksize; 1046 int stacksize = 2; 1051 stacksize += compileStringParameter(code); 1056 return stacksize; 1094 int stacksize; 1100 stacksize [all...] |
H A D | CtClassType.java | 1464 int stacksize = 0; 1472 if (stacksize < s) 1473 stacksize = s; 1478 modifyClassConstructor(cf, code, stacksize, 0); 1482 int stacksize, int localsize) 1488 code.setMaxStack(stacksize); 1508 if (maxstack < stacksize) 1509 codeAttr.setMaxStack(stacksize); 1549 int stacksize = makeFieldInitializer(init, params); 1550 insertAuxInitializer(codeAttr, init, stacksize); 1481 modifyClassConstructor(ClassFile cf, Bytecode code, int stacksize, int localsize) argument 1560 insertAuxInitializer(CodeAttribute codeAttr, Bytecode initializer, int stacksize) argument [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux_libcdep.cc | 99 // Get stacksize from rlimit, but clip it so that it does not overlap 101 uptr stacksize = rl.rlim_cur; local 102 if (stacksize > end - prev_end) 103 stacksize = end - prev_end; 107 if (stacksize > kMaxThreadStackSize) 108 stacksize = kMaxThreadStackSize; 110 *stack_bottom = end - stacksize; 116 uptr stacksize = 0; local 118 my_pthread_attr_getstack(&attr, &stackaddr, (size_t*)&stacksize); 121 CHECK_LE(stacksize, kMaxThreadStackSiz 378 size_t stacksize = 0; local [all...] |
H A D | sanitizer_mac.cc | 164 uptr stacksize = pthread_get_stacksize_np(pthread_self()); local 169 stacksize == (1 << 19)) { 174 stacksize = rl.rlim_cur; 176 stacksize = kMaxThreadStackSize; 181 *stack_bottom = *stack_top - stacksize;
|
/external/valgrind/coregrind/m_syswrap/ |
H A D | syswrap-x86-darwin.c | 265 " push %edi\n" // stacksize 277 Addr stacksize, Addr flags, Addr sp) 283 // 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); 304 vex->guest_EDI = stacksize; 315 Addr stack = VG_PGROUNDUP(sp) - stacksize; 316 tst->client_stack_highest_byte = stack+stacksize-1; 317 tst->client_stack_szB = stacksize; 321 stack+stacksize, pthread_structsize, 325 stack, stacksize, 386 SizeT stacksize; local 276 pthread_hijack(Addr self, Addr kport, Addr func, Addr func_arg, Addr stacksize, Addr flags, Addr sp) argument [all...] |
H A D | syswrap-amd64-darwin.c | 337 Addr stacksize, Addr flags, Addr sp) 343 // 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); 363 vex->guest_R8 = stacksize; 374 Addr stack = VG_PGROUNDUP(sp) - stacksize; 375 tst->client_stack_highest_byte = stack+stacksize-1; 376 tst->client_stack_szB = stacksize; 380 stack+stacksize, pthread_structsize, 384 stack, stacksize, 438 SizeT stacksize; local 527 stacksize 336 pthread_hijack(Addr self, Addr kport, Addr func, Addr func_arg, Addr stacksize, Addr flags, Addr sp) argument [all...] |
H A D | priv_syswrap-darwin.h | 722 Addr stacksize, Addr flags, Addr sp);
|
/external/opencv/cv/src/ |
H A D | 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] [all...] |
/external/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_linux_test.cc | 220 size_t stacksize; local 221 pthread_attr_getstack(&attr, &stackaddr, &stacksize); 222 return (void *)((uptr)stackaddr + stacksize - descr_addr);
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
H A D | gki_debug.c | 110 int j, stacksize; local 114 stacksize = (int) gki_cb.com.OSStackSize[task]; 118 for(j = 0; j < stacksize; j++)
|
/external/libnfc-nci/src/gki/common/ |
H A D | gki_debug.c | 110 int j, stacksize; local 114 stacksize = (int) gki_cb.com.OSStackSize[task]; 118 for(j = 0; j < stacksize; j++)
|
/external/valgrind/coregrind/m_initimg/ |
H A D | initimg-darwin.c | 325 unsigned stacksize; /* total client stack size */ local 378 stacksize = 388 if (0) VG_(printf)("stacksize = %d\n", stacksize); 391 client_SP = clstack_end + 1 - stacksize; 410 VG_(printf)("stringsize=%d auxsize=%d stacksize=%d maxsize=0x%x\n" 413 stringsize, auxsize, stacksize, (Int)clstack_max_size,
|
H A D | initimg-linux.c | 407 unsigned stacksize; /* total client stack size */ local 471 stacksize = 481 if (0) VG_(printf)("stacksize = %d\n", stacksize); 484 client_SP = clstack_end - stacksize; 497 VG_(printf)("stringsize=%d auxsize=%d stacksize=%d maxsize=0x%x\n" 500 stringsize, auxsize, stacksize, (Int)clstack_max_size, 566 "This may be the result of a very large --main-stacksize=\n"); 941 notice of the --main-stacksize value. This makes it possible 943 simply by specifying --main-stacksize [all...] |
/external/pcre/dist/ |
H A D | pcre_jit_compile.c | 272 int stacksize; member in struct:bracketpos_backtrack 6807 int stacksize; local 6815 stacksize = needs_control_head ? 1 : 0; 6817 stacksize++; 6818 free_stack(common, stacksize); 6835 stacksize = (ket != OP_KET || has_alternatives) ? 2 : 1; 6836 OP2(SLJIT_ADD, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr, SLJIT_IMM, (framesize + stacksize) * sizeof(sljit_sw)); 6850 static SLJIT_INLINE int match_capture_common(compiler_common *common, int stacksize, int offset, int private_data_ptr) argument 6858 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(stacksize), TMP1, 0); 6859 stacksize 6936 int i, stacksize; local 7477 int stacksize; local 8805 int opcode, stacksize, alt_count, alt_max; local [all...] |
/external/valgrind/coregrind/m_ume/ |
H A D | macho.c | 376 vki_size_t stacksize = VG_PGROUNDUP(default_stack_size()); local 377 vm_address_t stackbase = VG_PGROUNDDN(stack_end+1-stacksize); 380 res = VG_(am_mmap_anon_fixed_client)(stackbase, stacksize, VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC); 381 check_mmap(res, stackbase, stacksize, "load_unixthread1"); 579 err = handle_lcmain ( &stack_start, &stack_end, epcmd->stacksize );
|
/external/javassist/src/main/javassist/bytecode/ |
H A D | Bytecode.java | 129 * <p>The parameters <code>stacksize</code> and <code>localvars</code> 135 * @param stacksize <code>max_stack</code>. 138 public Bytecode(ConstPool cp, int stacksize, int localvars) { argument 140 maxStack = stacksize; 797 int stacksize = 0; 801 stacksize += addLoad(stacksize + offset, params[i]); 804 return stacksize;
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
H A D | gki_ulinux.c | 209 ** stacksize - (input) size of the stack allocated for the task 218 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex) argument 229 GKI_TRACE_5 ("GKI_create_task func=0x%x id=%d name=%s stack=0x%x stackSize=%d", task_entry, task_id, taskname, stack, stacksize); 301 stacksize);
|
/external/libnfc-nci/src/gki/ulinux/ |
H A D | gki_ulinux.c | 206 ** stacksize - (input) size of the stack allocated for the task 215 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex) argument 226 GKI_TRACE_5 ("GKI_create_task func=0x%x id=%d name=%s stack=0x%x stackSize=%d", task_entry, task_id, taskname, stack, stacksize); 298 stacksize);
|
/external/markdown/ |
H A D | test-markdown.py | 61 def stacksize(since=0.0): function
|
/external/javassist/src/main/javassist/util/proxy/ |
H A D | ProxyFactory.java | 1194 int stacksize = 0; 1197 stacksize += addLoad(code, stacksize + offset, params[i]); 1199 return stacksize;
|
/external/llvm/include/llvm/Support/ |
H A D | MachO.h | 924 uint64_t stacksize; member in struct:llvm::MachO::entry_point_command 1192 sys::swapByteOrder(e.stacksize);
|
/external/robolectric/lib/main/ |
H A D | javassist-3.14.0-GA.jar | META-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ... |
/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors.cc | 67 extern "C" int pthread_attr_setstacksize(void *attr, uptr stacksize);
|