Home
last modified time | relevance | path

Searched refs:GetNextStackFrame (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.cc54 uintptr_t GetNextStackFrame(uintptr_t fp) { in GetNextStackFrame() function
128 uintptr_t next_fp = GetNextStackFrame(fp); in ScanStackForNextFrame()
134 uintptr_t next2_fp = GetNextStackFrame(next_fp); in ScanStackForNextFrame()
169 uintptr_t next_fp = GetNextStackFrame(fp); in TraceStackFramePointersInternal()
/aosp_15_r20/external/libchrome/base/debug/
H A Dstack_trace.cc49 uintptr_t GetNextStackFrame(uintptr_t fp) { in GetNextStackFrame() function
117 uintptr_t next_fp = GetNextStackFrame(fp); in ScanStackForNextFrame()
123 uintptr_t next2_fp = GetNextStackFrame(next_fp); in ScanStackForNextFrame()
244 uintptr_t next_fp = GetNextStackFrame(fp); in TraceStackFramePointers()
/aosp_15_r20/external/cronet/base/debug/
H A Dstack_trace.cc74 uintptr_t GetNextStackFrame(uintptr_t fp) { in GetNextStackFrame() function
138 uintptr_t next_fp = GetNextStackFrame(fp); in ScanStackForNextFrame()
144 uintptr_t next2_fp = GetNextStackFrame(next_fp); in ScanStackForNextFrame()
388 uintptr_t next_fp = GetNextStackFrame(fp); in TraceStackFramePointersInternal()