Home
last modified time | relevance | path

Searched defs:stacksize (Results 1 – 25 of 37) 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.c103 long stacksize = sysconf(_SC_THREAD_STACK_MIN); /* make sure we touch the current stack memory */ in overflow() local
D3-2.c113 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/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/clinic/
Dcodeobject.c.h29 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/python/cpython3/Objects/
Dcodeobject.c118 int nlocals, int stacksize, int flags, in PyCode_NewWithPosOnlyArgs()
276 int nlocals, int stacksize, int flags, in PyCode_New()
550 int kwonlyargcount, int nlocals, int stacksize, int flags, in code_new_impl()
/external/perfetto/src/profiling/memory/
Dclient.cc95 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/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_linux_test.cc220 size_t stacksize; in thread_descriptor_size_test_func() local
/external/python/cpython3/Python/
Dthread_nt.h205 size_t stacksize = tstate ? tstate->interp->pythread_stacksize : 0; in PyThread_start_new_thread() local
Dthread_pthread.h274 size_t stacksize = tstate ? tstate->interp->pythread_stacksize : 0; in PyThread_start_new_thread() 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
/external/pcre/src/
Dpcre2_jit_compile.c289 int stacksize; member
10286 int stacksize; in match_once_common() local
10331 static SLJIT_INLINE int match_capture_common(compiler_common *common, int stacksize, int offset, in… in match_capture_common()
10452 int i, stacksize; in compile_bracket_matchingpath() local
11015 int stacksize; in compile_bracketpos_matchingpath() local
12662 int opcode, stacksize, alt_count, alt_max; in compile_bracket_backtrackingpath() local
/external/python/cpython2/Python/
Dmarshal.c1007 int stacksize; in r_object() local
/external/lua/src/
Dlstate.h325 int stacksize; member

12