Home
last modified time | relevance | path

Searched defs:stacksize (Results 1 – 25 of 38) sorted by relevance

12

/external/javassist/src/main/javassist/
DCtNewWrappedMethod.java68 int stacksize = makeBody0(clazz, classfile, wrappedBody, isStatic, in makeBody() local
92 int stacksize = compileParameterList(code, parameters, in makeBody0() local
DCtNewWrappedConstructor.java59 int stacksize, stacksize2; in makeBody() local
DCtClassType.java1641 int stacksize = 0; in modifyClassConstructor() local
1659 int stacksize, int localsize) in modifyClassConstructor()
1724 int stacksize = makeFieldInitializer(init, params); in modifyConstructors() local
1737 int stacksize) in insertAuxInitializer()
1760 int stacksize = 0; in makeFieldInitializer() local
DCtField.java1051 int stacksize; in compile() local
1100 int stacksize = 2; in compileIfStatic() local
1149 int stacksize; in compile() local
1195 int stacksize = 1; in compileIfStatic() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D1-5.c104 long stacksize = sysconf(_SC_THREAD_STACK_MIN); /* make sure we touch the current stack memory */ in overflow() local
D3-2.c112 long stacksize = sysconf(_SC_THREAD_STACK_MIN); /* make sure we touch the current stack memory */ in overflow() local
/external/ltp/testcases/kernel/sched/pthreads/
Dpth_str02.c115 size_t stacksize = 1046528; in thread() local
/external/markdown/
Dtest-markdown.py61 def stacksize(since=0.0): function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cc100 uptr stacksize = rl.rlim_cur; in GetThreadStackTopAndBottom() local
115 uptr stacksize = 0; in GetThreadStackTopAndBottom() local
Dsanitizer_posix_libcdep.cc310 uptr stacksize = 0; in AdjustStackSize() local
Dsanitizer_mac.cc251 uptr stacksize = pthread_get_stacksize_np(pthread_self()); in GetThreadStackTopAndBottom() local
/external/dng_sdk/source/
Ddng_pthread.cpp250 size_t stacksize; member
286 int dng_pthread_attr_setstacksize(dng_pthread_attr_t *attr, size_t stacksize) in dng_pthread_attr_setstacksize()
298 int dng_pthread_attr_getstacksize(const dng_pthread_attr_t *attr, size_t *stacksize) in dng_pthread_attr_getstacksize()
325 size_t stacksize = 0; in dng_pthread_create() local
/external/python/cpython3/Objects/
Dcodeobject.c118 int nlocals, int stacksize, int flags, in PyCode_NewWithPosOnlyArgs()
268 int nlocals, int stacksize, int flags, in PyCode_New()
451 int stacksize; in code_new() local
/external/python/cpython2/Objects/
Dcodeobject.c93 PyCode_New(int argcount, int nlocals, int stacksize, int flags, in PyCode_New()
273 int stacksize; in code_new() local
/external/ltp/testcases/misc/math/float/
Dmain.c110 size_t stacksize = 2093056; in main() local
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cpp122 uptr stacksize = rl.rlim_cur; in GetThreadStackTopAndBottom() local
133 uptr stacksize = 0; in GetThreadStackTopAndBottom() local
Dsanitizer_posix_libcdep.cpp401 uptr stacksize = 0; in AdjustStackSize() local
/external/perfetto/src/profiling/memory/
Dclient.cc91 size_t stacksize; in GetThreadStackRange() local
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Donepass.cc404 int stacksize = inst_count(kInstCapture) + in IsOnePass() local
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_linux_test.cpp212 size_t stacksize; in thread_descriptor_size_test_func() local
/external/python/cpython3/Python/
Dthread_nt.h199 size_t stacksize = tstate ? tstate->interp->pythread_stacksize : 0; in PyThread_start_new_thread() local
Dthread_pthread.h262 size_t stacksize = tstate ? tstate->interp->pythread_stacksize : 0; in PyThread_start_new_thread() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_linux_test.cc220 size_t stacksize; in thread_descriptor_size_test_func() local
/external/javassist/src/main/javassist/bytecode/
DBytecode.java142 public Bytecode(ConstPool cp, int stacksize, int localvars) { in Bytecode()
806 int stacksize = 0; in addLoadParameters() local
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.c72 static size_t stacksize(upb_pbdecoder *d, size_t entries) { in stacksize() function

12