Home
last modified time | relevance | path

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

12

/external/chromium_org/cc/test/
Dtest_occlusion_tracker.h32 size_t stack_size = OcclusionTracker<LayerType>::stack_.size(); in occlusion_on_contributing_surface_from_inside_target() local
40 size_t stack_size = OcclusionTracker<LayerType>::stack_.size(); in occlusion_on_contributing_surface_from_outside_target() local
58 size_t stack_size = OcclusionTracker<LayerType>::stack_.size(); in set_occlusion_on_contributing_surface_from_outside_target() local
65 size_t stack_size = OcclusionTracker<LayerType>::stack_.size(); in set_occlusion_on_contributing_surface_from_inside_target() local
/external/chromium_org/mojo/public/cpp/utility/
Dthread.h30 size_t stack_size() const { return stack_size_; } in stack_size() function
31 void set_stack_size(size_t stack_size) { stack_size_ = stack_size; } in set_stack_size()
/external/chromium_org/base/threading/
Dplatform_thread_posix.cc90 bool CreateThread(size_t stack_size, bool joinable, in CreateThread()
203 bool PlatformThread::Create(size_t stack_size, Delegate* delegate, in Create()
211 bool PlatformThread::CreateWithPriority(size_t stack_size, Delegate* delegate, in CreateWithPriority()
220 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable()
Dplatform_thread_win.cc92 bool CreateThreadInternal(size_t stack_size, in CreateThreadInternal()
187 bool PlatformThread::Create(size_t stack_size, Delegate* delegate, in Create()
194 bool PlatformThread::CreateWithPriority(size_t stack_size, Delegate* delegate, in CreateWithPriority()
204 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable()
Dsimple_thread.h69 size_t stack_size() const { return stack_size_; } in stack_size() function
Dthread.h60 size_t stack_size; member
/external/chromium_org/v8/src/
Dbackground-parsing-task.cc12 int stack_size, Isolate* isolate) in BackgroundParsingTask()
/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/compiler-rt/lib/msan/
Dmsan_thread.cc24 uptr stack_size = 0; in SetThreadStackAndTls() 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/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/chromium_org/third_party/tcmalloc/chromium/src/
Dstacktrace_x86-inl.h330 int stack_size; variable
/external/chromium_org/base/containers/
Dstack_container_unittest.cc36 const int stack_size = 3; in TEST() local
/external/compiler-rt/lib/asan/
Dasan_thread.h67 uptr stack_size() { return stack_size_; } in stack_size() function
Dasan_thread.cc117 uptr stack_size = this->stack_size(); in AsyncSignalSafeLazyInitFakeStack() local
/external/chromium_org/native_client_sdk/src/libraries/error_handling/
Derror_handling.c217 void *EHRequestExceptionStackOnThread(size_t stack_size) { in EHRequestExceptionStackOnThread()
/external/valgrind/main/coregrind/
Dm_translate.c945 Int stack_size = VEX_GUEST_PPC64_REDIR_STACK_SIZE; in gen_PUSH() local
959 Int stack_size = VEX_GUEST_PPC32_REDIR_STACK_SIZE; in gen_PUSH() local
1039 Int stack_size = VEX_GUEST_PPC64_REDIR_STACK_SIZE; in gen_POP() local
/external/compiler-rt/lib/lsan/
Dlsan_thread.cc87 uptr stack_size = 0; in ThreadStart() local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
Dnv50_screen.c598 unsigned stack_size; in nv50_screen_create() local
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_screen.c598 unsigned stack_size; in nv50_screen_create() local
/external/chromium_org/v8/src/base/platform/
Dplatform.h425 int stack_size() const { return stack_size_; } in stack_size() function
/external/valgrind/main/drd/
Ddrd_thread.h77 SizeT stack_size; /**< Maximum size of stack. */ member
/external/chromium_org/third_party/ots/src/
Dcff_type2_charstring.cc129 const size_t stack_size = argument_stack->size(); in ExecuteType2CharStringOperator() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc276 explicit ScopedStackSpaceWithGuard(uptr stack_size) { in ScopedStackSpaceWithGuard()

12