Searched defs:stackBottom (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()
406 uintptr_t stackBottom = 0; in FpUnwind() local477 uintptr_t stackBottom = 0; in GetStackSize() local