Lines Matching refs:stackBottom
72 uptr stackBottom; member
73 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter()
74 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom()
152 …tartParam, const TypeInfo& typeInfo, ThreadFunc f, const void* p, uptr stackBottom, size_t stackSi… in SetupStackAndParam() argument
156 uptr stack = stackBottom; in SetupStackAndParam()
175 m_StackBufferEnd = stackBottom; in SetupStackAndParam()
183 …ializeImpl(const TypeInfo& typeInfo, ThreadFunc f, const void* p, uptr stackBottom, size_t stackSi… in TryInitializeImpl() argument
189 stackBottom, in TryInitializeImpl()
196 …ializeImpl(const TypeInfo& typeInfo, ThreadFunc f, const void* p, uptr stackBottom, size_t stackSi… in TryInitializeImpl() argument
201 … const uptr newStackBottom = SetupStackAndParam(¶m, typeInfo, f, p, stackBottom, stackSize); in TryInitializeImpl()
211 (useAutoStack ? stackBottom: NULL) ); in TryInitializeImpl()
234 … const uptr stackBottom = Thread::ProtectedAccessor::PreStartUsingAutoStack(&m_Thread, stackSize); in TryInitializeImplUsingAutoStack() local
235 … Result result = TryInitializeImpl(typeInfo, f, p, stackBottom, stackSize, priority, coreNo, true); in TryInitializeImplUsingAutoStack()
236 return Thread::ProtectedAccessor::PostStartUsingAutoStack(&m_Thread, result, stackBottom); in TryInitializeImplUsingAutoStack()