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.cpp43 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()
Dhook_client.cpp398 uintptr_t stackBottom = 0; in FpUnwind() local
462 uintptr_t stackBottom = 0; in GetStackSize() local