Searched defs:stackTop (Results 1 – 2 of 2) sorted by relevance
44 static bool GetMainStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetMainStackRange()51 static bool GetSubStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetSubStackRange()69 static bool GetSigAltStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetSigAltStackRange()83 static bool GetCoroutineStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetCoroutineStackRange()173 bool GetRuntimeStackRange(const uintptr_t stackPtr, uintptr_t& stackBottom, uintptr_t& stackTop, bo… in GetRuntimeStackRange()
407 uintptr_t stackTop = 0; in FpUnwind() local478 uintptr_t stackTop = 0; in GetStackSize() local