Home
last modified time | relevance | path

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

/external/libchrome/base/debug/
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()