Searched defs:stackPtr (Results 1 – 2 of 2) sorted by relevance
400 uintptr_t stackPtr = reinterpret_cast<uintptr_t>(__builtin_frame_address(0)); in FpUnwind() local457 static int inline __attribute__((always_inline)) GetStackSize(uintptr_t& stackPtr, StackRawData& ra… in GetStackSize()517 uintptr_t stackPtr = 0; in hook_malloc() local606 uintptr_t stackPtr = 0; in hook_aligned_alloc() local701 uintptr_t stackPtr = 0; in hook_calloc() local795 uintptr_t stackPtr = 0; in hook_realloc() local915 uintptr_t stackPtr = 0; in hook_free() local1023 uintptr_t stackPtr = 0; in hook_mmap() local1106 uintptr_t stackPtr = 0; in hook_munmap() local1210 uintptr_t stackPtr = 0; in hook_memtrace() local[all …]
127 bool GetRuntimeStackRange(const uintptr_t stackPtr, uintptr_t& stackBottom, uintptr_t& stackTop, bo… in GetRuntimeStackRange()