Searched refs:stackTop (Results 1 – 4 of 4) sorted by relevance
57 void* stackTop; member65 , stackTop(nullptr) in StackDesc()73 return (char*)stackTop - (char*)stackBottom; in GetStackSize()
123 stackDesc.stackTop = (void*)ReadTeb( MW_STACK_BASE_OFFSET /*FIELD_OFFSET(NT_TIB, StackBase)*/ ); in CreateFromCurrentThreadAndRun()149 char* sp = (char *)stackDesc.stackTop; in Create()208 …WriteTeb(MW_STACK_BASE_OFFSET /*FIELD_OFFSET(NT_TIB, StackBase)*/ , (uint64)to.stackDesc.stackTop); in SwitchTo()215 …riteTeb(MW_STACK_BASE_OFFSET /*FIELD_OFFSET(NT_TIB, StackBase)*/, (uint64)from.stackDesc.stackTop); in SwitchTo()
121 desc.stackTop = desc.stackMemory + desc.stackMemoryBytesCount; in AllocStack()148 desc.stackTop = desc.stackMemory + desc.stackMemoryBytesCount; in AllocStack()
62 AssetStackEntry* stackTop = SCOPE_STACK_TOP(threadScopesStack); in SUITE() local63 CHECK(stackTop != nullptr); in SUITE()64 int32 parentStackId = stackTop->GetParentId(); in SUITE()