Home
last modified time | relevance | path

Searched defs:stackBottom (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/native_hook/src/
Druntime_stack_range.cpp44 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()
Dhook_client.cpp406 uintptr_t stackBottom = 0; in FpUnwind() local
477 uintptr_t stackBottom = 0; in GetStackSize() local