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_arm64.h88 StackFrameARM64* 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.cc154 StackFrameARM64* StackwalkerARM64::GetCallerByStackScan( in GetCallerByStackScan() function in google_breakpad::StackwalkerARM64
249 frame.reset(GetCallerByStackScan(frames)); in GetCallerFrame()
Dstackwalker_mips.cc187 new_frame.reset(GetCallerByStackScan(frames)); in GetCallerFrame()
211 StackFrameMIPS* StackwalkerMIPS::GetCallerByStackScan( in GetCallerByStackScan() function in google_breakpad::StackwalkerMIPS
Dstackwalker_amd64.cc196 StackFrameAMD64* StackwalkerAMD64::GetCallerByStackScan( in GetCallerByStackScan() function in google_breakpad::StackwalkerAMD64
270 new_frame.reset(GetCallerByStackScan(frames)); in GetCallerFrame()
Dstackwalker_arm.cc163 StackFrameARM* StackwalkerARM::GetCallerByStackScan( in GetCallerByStackScan() function in google_breakpad::StackwalkerARM
264 frame.reset(GetCallerByStackScan(frames)); in GetCallerFrame()