Home
last modified time | relevance | path

Searched defs:stack_size (Results 1 – 25 of 31) sorted by relevance

12

/external/compiler-rt/lib/asan/tests/
Dasan_fake_stack_test.cc48 uptr stack_size = 1UL << stack_size_log; in TEST() local
95 const uptr stack_size = 1 << stack_size_log; in TEST() local
/external/v8/src/
Dbackground-parsing-task.cc12 int stack_size, Isolate* isolate) in BackgroundParsingTask()
/external/compiler-rt/lib/msan/
Dmsan_thread.cc24 uptr stack_size = 0; in SetThreadStackAndTls() local
/external/valgrind/none/tests/linux/
Dpthread-stack.c89 const size_t stack_size = 256 * 1024; in main() local
/external/lldb/source/Target/
DThread.cpp1153 int stack_size = m_completed_plan_stack.size(); in GetPreviousPlan() local
1190 int stack_size = m_plan_stack.size(); in EnableTracer() local
1204 int stack_size = m_plan_stack.size(); in SetTracer() local
1224 int stack_size = m_plan_stack.size(); in DiscardThreadPlansUpToPlan() local
1267 int stack_size = m_plan_stack.size(); in DiscardThreadPlans() local
1335 int stack_size = m_plan_stack.size(); in UnwindInnermostExpression() local
1517 uint32_t stack_size = m_plan_stack.size(); in DumpThreadPlans() local
/external/clang/test/CodeGen/
D2002-02-14-EntryNodePreds.c25 int stack_size; member
/external/kernel-headers/original/uapi/linux/
Dflat.h41 unsigned long stack_size; /* Size of stack, in bytes */ member
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_posix_libcdep.cc35 uptr stack_size; member
Dsanitizer_posix_libcdep.cc86 rlim_t stack_size = getlim(RLIMIT_STACK); in StackSizeIsUnlimited() local
Dsanitizer_stoptheworld_linux_libcdep.cc306 explicit ScopedStackSpaceWithGuard(uptr stack_size) { in ScopedStackSpaceWithGuard()
/external/compiler-rt/lib/asan/
Dasan_thread.h69 uptr stack_size() { return stack_size_; } in stack_size() function
Dasan_thread.cc126 uptr stack_size = this->stack_size(); in AsyncSignalSafeLazyInitFakeStack() local
Dasan_win.cc87 void* security, uptr stack_size, in INTERCEPTOR_WINAPI()
/external/valgrind/coregrind/
Dm_translate.c1022 Int stack_size = VEX_GUEST_PPC64_REDIR_STACK_SIZE; in gen_PUSH() local
1036 Int stack_size = VEX_GUEST_PPC32_REDIR_STACK_SIZE; in gen_PUSH() local
1116 Int stack_size = VEX_GUEST_PPC64_REDIR_STACK_SIZE; in gen_POP() local
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_screen.c598 unsigned stack_size; in nv50_screen_create() local
/external/compiler-rt/lib/lsan/
Dlsan_thread.cc87 uptr stack_size = 0; in ThreadStart() local
/external/valgrind/drd/
Ddrd_thread.h77 SizeT stack_size; /**< Maximum size of stack. */ member
Ddrd_main.c698 const SizeT stack_size = DRD_(thread_get_stack_size)(drd_tid); in drd_thread_finished() local
/external/v8/src/base/platform/
Dplatform.h425 int stack_size() const { return stack_size_; } in stack_size() function
/external/protobuf/gtest/src/
Dgtest-death-test.cc909 const size_t stack_size = getpagesize(); in ExecDeathTestFork() local
/external/mesa3d/src/gtest/src/
Dgtest-death-test.cc962 const size_t stack_size = getpagesize(); in ExecDeathTestFork() local
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc965 const size_t stack_size = getpagesize(); in ExecDeathTestFork() local
/external/google-breakpad/src/testing/gtest/src/
Dgtest-death-test.cc1060 const size_t stack_size = getpagesize(); in ExecDeathTestSpawnChild() local
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc712 DWORD stack_size = 8; // minimal stack size is 8 for RIP in PrintFrameDataUsingEXE() local
/external/gtest/src/
Dgtest-death-test.cc1055 const size_t stack_size = getpagesize(); in ExecDeathTestSpawnChild() local

12