Home
last modified time | relevance | path

Searched refs:GetStackFramePC (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/
H A Dstack_trace.cc60 uintptr_t GetStackFramePC(uintptr_t fp) { in GetStackFramePC() function
90 if (GetStackFramePC(fp) < 32768) { in IsStackFrameValid()
162 uintptr_t pc = GetStackFramePC(fp); in TraceStackFramePointersInternal()
/aosp_15_r20/external/libchrome/base/debug/
H A Dstack_trace.cc53 uintptr_t GetStackFramePC(uintptr_t fp) { in GetStackFramePC() function
73 if (GetStackFramePC(fp) < 32768) return false; in IsStackFrameValid()
241 out_trace[depth++] = reinterpret_cast<const void*>(GetStackFramePC(fp)); in TraceStackFramePointers()
/aosp_15_r20/external/cronet/base/debug/
H A Dstack_trace.cc80 uintptr_t GetStackFramePC(uintptr_t fp) { in GetStackFramePC() function
102 if (GetStackFramePC(fp) < 32768) return false; in IsStackFrameValid()
381 uintptr_t pc = GetStackFramePC(fp); in TraceStackFramePointersInternal()