Searched refs:pStackBottom (Results 1 – 3 of 3) sorted by relevance
80 virtual void Destruct(void* pStackBottom, bool isError) in Destruct() argument84 FreeStack(reinterpret_cast<nnosStackMemoryBlock*>(pStackBottom)); in Destruct()92 …InvokeOnOtherStack(m_DestructorStack.GetStackBottom(), &FreeStack, pStackBottom, __return_address(… in Destruct()103 static void FreeStack(void* pStackBottom) in FreeStack() argument105 … nnosStackMemoryBlock* pBlockOnStack = reinterpret_cast<nnosStackMemoryBlock*>(pStackBottom); in FreeStack()
96 void* pStackBottom; member145 asm void Thread::CallDestructorAndExit(void* pStackBottom NN_IS_UNUSED_VAR) in CallDestructorAndExit()180 CallDestructorAndExit(info.pStackBottom); in ThreadStart()211 info.pStackBottom = reinterpret_cast<void*>(stackBottom); in TryInitializeAndStartImpl()249 void* pStackBottom = s_pAutoStackManager->Construct(stackSize); in TryInitializeAndStartImplUsingAutoStack() local250 uptr stack = reinterpret_cast<uptr>(pStackBottom); in TryInitializeAndStartImplUsingAutoStack()256 s_pAutoStackManager->Destruct(pStackBottom, true); in TryInitializeAndStartImplUsingAutoStack()
178 virtual void Destruct(void* pStackBottom, bool isError) = 0;674 static void CallDestructorAndExit(void* pStackBottom);