| /external/javassist/src/main/javassist/ |
| D | CtNewWrappedMethod.java | 68 int stacksize = makeBody0(clazz, classfile, wrappedBody, isStatic, in makeBody() local 92 int stacksize = compileParameterList(code, parameters, in makeBody0() local
|
| D | CtNewWrappedConstructor.java | 59 int stacksize, stacksize2; in makeBody() local
|
| D | CtClassType.java | 1641 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
|
| D | CtField.java | 1051 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/ |
| D | 1-5.c | 103 long stacksize = sysconf(_SC_THREAD_STACK_MIN); /* make sure we touch the current stack memory */ in overflow() local
|
| D | 3-2.c | 113 long stacksize = sysconf(_SC_THREAD_STACK_MIN); /* make sure we touch the current stack memory */ in overflow() local
|
| /external/ltp/testcases/kernel/sched/pthreads/ |
| D | pth_str02.c | 115 size_t stacksize = 1046528; in thread() local
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_linux_libcdep.cc | 100 uptr stacksize = rl.rlim_cur; in GetThreadStackTopAndBottom() local 115 uptr stacksize = 0; in GetThreadStackTopAndBottom() local
|
| D | sanitizer_posix_libcdep.cc | 310 uptr stacksize = 0; in AdjustStackSize() local
|
| D | sanitizer_mac.cc | 251 uptr stacksize = pthread_get_stacksize_np(pthread_self()); in GetThreadStackTopAndBottom() local
|
| /external/dng_sdk/source/ |
| D | dng_pthread.cpp | 250 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/ |
| D | codeobject.c.h | 29 int stacksize; in code_new() local
|
| /external/python/cpython2/Objects/ |
| D | codeobject.c | 93 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/ |
| D | main.c | 110 size_t stacksize = 2093056; in main() local
|
| /external/python/cpython3/Objects/ |
| D | codeobject.c | 118 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/ |
| D | client.cc | 95 size_t stacksize; in GetThreadStackRange() local
|
| /external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
| D | onepass.cc | 404 int stacksize = inst_count(kInstCapture) + in IsOnePass() local
|
| /external/compiler-rt/lib/sanitizer_common/tests/ |
| D | sanitizer_linux_test.cc | 220 size_t stacksize; in thread_descriptor_size_test_func() local
|
| /external/python/cpython3/Python/ |
| D | thread_nt.h | 205 size_t stacksize = tstate ? tstate->interp->pythread_stacksize : 0; in PyThread_start_new_thread() local
|
| D | thread_pthread.h | 274 size_t stacksize = tstate ? tstate->interp->pythread_stacksize : 0; in PyThread_start_new_thread() local
|
| /external/javassist/src/main/javassist/bytecode/ |
| D | Bytecode.java | 142 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/ |
| D | decoder.c | 72 static size_t stacksize(upb_pbdecoder *d, size_t entries) { in stacksize() function
|
| /external/pcre/src/ |
| D | pcre2_jit_compile.c | 289 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/ |
| D | marshal.c | 1007 int stacksize; in r_object() local
|
| /external/lua/src/ |
| D | lstate.h | 325 int stacksize; member
|