Searched refs:GetStackFramePC (Results 1 – 3 of 3) sorted by relevance
60 uintptr_t GetStackFramePC(uintptr_t fp) { in GetStackFramePC() function90 if (GetStackFramePC(fp) < 32768) { in IsStackFrameValid()162 uintptr_t pc = GetStackFramePC(fp); in TraceStackFramePointersInternal()
53 uintptr_t GetStackFramePC(uintptr_t fp) { in GetStackFramePC() function73 if (GetStackFramePC(fp) < 32768) return false; in IsStackFrameValid()241 out_trace[depth++] = reinterpret_cast<const void*>(GetStackFramePC(fp)); in TraceStackFramePointers()
80 uintptr_t GetStackFramePC(uintptr_t fp) { in GetStackFramePC() function102 if (GetStackFramePC(fp) < 32768) return false; in IsStackFrameValid()381 uintptr_t pc = GetStackFramePC(fp); in TraceStackFramePointersInternal()