Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker_mips.h71 StackFrameMIPS* GetCallerByCFIFrameInfo(const vector<StackFrame*>& frames,
Dstackwalker_arm.h78 StackFrameARM* GetCallerByCFIFrameInfo(const vector<StackFrame*> &frames,
Dstackwalker_amd64.h78 StackFrameAMD64* GetCallerByCFIFrameInfo(const vector<StackFrame*> &frames,
Dstackwalker_x86.h91 StackFrameX86* GetCallerByCFIFrameInfo(const vector<StackFrame*> &frames,
Dstackwalker_arm64.h82 StackFrameARM64* GetCallerByCFIFrameInfo(const vector<StackFrame*> &frames,
Dstackwalker_amd64.cc128 StackFrameAMD64* StackwalkerAMD64::GetCallerByCFIFrameInfo( in GetCallerByCFIFrameInfo() function in google_breakpad::StackwalkerAMD64
284 new_frame.reset(GetCallerByCFIFrameInfo(frames, cfi_frame_info.get())); in GetCallerFrame()
Dstackwalker_arm.cc80 StackFrameARM* StackwalkerARM::GetCallerByCFIFrameInfo( in GetCallerByCFIFrameInfo() function in google_breakpad::StackwalkerARM
259 frame.reset(GetCallerByCFIFrameInfo(frames, cfi_frame_info.get())); in GetCallerFrame()
Dstackwalker_arm64.cc101 StackFrameARM64* StackwalkerARM64::GetCallerByCFIFrameInfo( in GetCallerByCFIFrameInfo() function in google_breakpad::StackwalkerARM64
305 frame.reset(GetCallerByCFIFrameInfo(frames, cfi_frame_info.get())); in GetCallerFrame()
Dstackwalker_x86.cc516 StackFrameX86* StackwalkerX86::GetCallerByCFIFrameInfo( in GetCallerByCFIFrameInfo() function in google_breakpad::StackwalkerX86
651 new_frame.reset(GetCallerByCFIFrameInfo(frames, cfi_frame_info)); in GetCallerFrame()
Dstackwalker_mips.cc106 StackFrameMIPS* StackwalkerMIPS::GetCallerByCFIFrameInfo( in GetCallerByCFIFrameInfo() function in google_breakpad::StackwalkerMIPS
263 new_frame.reset(GetCallerByCFIFrameInfo(frames, cfi_frame_info.get())); in GetCallerFrame()