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_arm64.h79 StackFrameARM64* 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_mips.cc94 StackFrameMIPS* StackwalkerMIPS::GetCallerByCFIFrameInfo( in GetCallerByCFIFrameInfo() function in google_breakpad::StackwalkerMIPS
183 new_frame.reset(GetCallerByCFIFrameInfo(frames, cfi_frame_info.get())); in GetCallerFrame()
Dstackwalker_arm64.cc78 StackFrameARM64* StackwalkerARM64::GetCallerByCFIFrameInfo( in GetCallerByCFIFrameInfo() function in google_breakpad::StackwalkerARM64
241 frame.reset(GetCallerByCFIFrameInfo(frames, cfi_frame_info.get())); in GetCallerFrame()
Dstackwalker_amd64.cc128 StackFrameAMD64* StackwalkerAMD64::GetCallerByCFIFrameInfo( in GetCallerByCFIFrameInfo() function in google_breakpad::StackwalkerAMD64
261 new_frame.reset(GetCallerByCFIFrameInfo(frames, cfi_frame_info.get())); in GetCallerFrame()
Dstackwalker_arm.cc79 StackFrameARM* StackwalkerARM::GetCallerByCFIFrameInfo( in GetCallerByCFIFrameInfo() function in google_breakpad::StackwalkerARM
255 frame.reset(GetCallerByCFIFrameInfo(frames, cfi_frame_info.get())); in GetCallerFrame()
Dstackwalker_x86.cc506 StackFrameX86* StackwalkerX86::GetCallerByCFIFrameInfo( in GetCallerByCFIFrameInfo() function in google_breakpad::StackwalkerX86
641 new_frame.reset(GetCallerByCFIFrameInfo(frames, cfi_frame_info)); in GetCallerFrame()