Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker_mips.h76 StackFrameMIPS* GetCallerByStackScan(const vector<StackFrame*>& frames);
Dstackwalker_arm.h87 StackFrameARM* GetCallerByStackScan(const vector<StackFrame*> &frames);
Dstackwalker_amd64.h91 StackFrameAMD64* GetCallerByStackScan(const vector<StackFrame*> &frames);
Dstackwalker_arm64.h91 StackFrameARM64* GetCallerByStackScan(const vector<StackFrame*> &frames);
Dstackwalker_amd64.cc219 StackFrameAMD64* StackwalkerAMD64::GetCallerByStackScan( in GetCallerByStackScan() function in google_breakpad::StackwalkerAMD64
293 new_frame.reset(GetCallerByStackScan(frames)); in GetCallerFrame()
Dstackwalker_arm.cc164 StackFrameARM* StackwalkerARM::GetCallerByStackScan( in GetCallerByStackScan() function in google_breakpad::StackwalkerARM
269 frame.reset(GetCallerByStackScan(frames)); in GetCallerFrame()
Dstackwalker_arm64.cc177 StackFrameARM64* StackwalkerARM64::GetCallerByStackScan( in GetCallerByStackScan() function in google_breakpad::StackwalkerARM64
313 frame.reset(GetCallerByStackScan(frames)); in GetCallerFrame()
Dstackwalker_mips.cc267 new_frame.reset(GetCallerByStackScan(frames)); in GetCallerFrame()
286 StackFrameMIPS* StackwalkerMIPS::GetCallerByStackScan( in GetCallerByStackScan() function in google_breakpad::StackwalkerMIPS