Searched defs:stackBottom (Results 1 – 2 of 2) sorted by relevance
43 static bool GetMainStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetMainStackRange()50 static bool GetSubStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetSubStackRange()68 static bool GetSigAltStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetSigAltStackRange()82 static bool GetCoroutineStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetCoroutineStackRange()127 bool GetRuntimeStackRange(const uintptr_t stackPtr, uintptr_t& stackBottom, uintptr_t& stackTop, bo… in GetRuntimeStackRange()
398 uintptr_t stackBottom = 0; in FpUnwind() local462 uintptr_t stackBottom = 0; in GetStackSize() local