Lines Matching refs:uptr

72             uptr stackBottom;
73 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter()
74 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom()
77 void* AllocateOnStack(uptr* pStackBottom, size_t size) in AllocateOnStack()
107 void (*f)(uptr); //
152uptr ManagedThread::SetupStackAndParam(StartParam* pStartParam, const TypeInfo& typeInfo, ThreadFu… in SetupStackAndParam()
156 uptr stack = stackBottom; in SetupStackAndParam()
183 …:TryInitializeImpl(const TypeInfo& typeInfo, ThreadFunc f, const void* p, uptr stackBottom, size_t… in TryInitializeImpl()
196 …:TryInitializeImpl(const TypeInfo& typeInfo, ThreadFunc f, const void* p, uptr stackBottom, size_t… in TryInitializeImpl()
201 … const uptr newStackBottom = SetupStackAndParam(&param, typeInfo, f, p, stackBottom, stackSize); in TryInitializeImpl()
234 … const uptr stackBottom = Thread::ProtectedAccessor::PreStartUsingAutoStack(&m_Thread, stackSize); in TryInitializeImplUsingAutoStack()
284 uptr ManagedThread::GetStackBufferBegin() const in GetStackBufferBegin()
289 uptr ManagedThread::GetStackBottom() const in GetStackBottom()
294 uptr ManagedThread::GetStackBufferEnd() const in GetStackBufferEnd()
321 ms_ThreadStorage.SetValue(reinterpret_cast<uptr>(p)); in SetCurrentThread()
334 ManagedThread* ManagedThread::FindByStackAddress(uptr address) in FindByStackAddress()
339 uptr m_Address; in FindByStackAddress()
343 Finder(uptr address) : m_Address(address), m_pFound(NULL) {} in FindByStackAddress()
456 os::detail::GetMainThreadThreadLocalRegion(), reinterpret_cast<uptr>(this)); in InitializeAsMainThread()