Searched refs:pStackBottom (Results 1 – 3 of 3) sorted by relevance
64 virtual void Destruct(void* pStackBottom, bool isError) in Destruct() argument68 FreeStack(reinterpret_cast<nnosStackMemoryBlock*>(pStackBottom)); in Destruct()76 …InvokeOnOtherStack(m_DestructorStack.GetStackBottom(), &FreeStack, pStackBottom, __return_address(… in Destruct()81 static void FreeStack(void* pStackBottom) in FreeStack() argument83 … nnosStackMemoryBlock* pBlockOnStack = reinterpret_cast<nnosStackMemoryBlock*>(pStackBottom); in FreeStack()
95 void* pStackBottom; member144 asm void Thread::CallDestructorAndExit(void* pStackBottom NN_IS_UNUSED_VAR) in CallDestructorAndExit()179 CallDestructorAndExit(info.pStackBottom); in ThreadStart()210 info.pStackBottom = reinterpret_cast<void*>(stackBottom); in TryInitializeAndStartImpl()248 void* pStackBottom = s_pAutoStackManager->Construct(stackSize); in TryInitializeAndStartImplUsingAutoStack() local249 uptr stack = reinterpret_cast<uptr>(pStackBottom); in TryInitializeAndStartImplUsingAutoStack()255 s_pAutoStackManager->Destruct(pStackBottom, true); in TryInitializeAndStartImplUsingAutoStack()
170 virtual void Destruct(void* pStackBottom, bool isError) = 0;666 static void CallDestructorAndExit(void* pStackBottom);