Searched refs:GetCallerByStackScan (Results 1 – 8 of 8) sorted by relevance
76 StackFrameMIPS* GetCallerByStackScan(const vector<StackFrame*>& frames);
87 StackFrameARM* GetCallerByStackScan(const vector<StackFrame*> &frames);
91 StackFrameAMD64* GetCallerByStackScan(const vector<StackFrame*> &frames);
91 StackFrameARM64* GetCallerByStackScan(const vector<StackFrame*> &frames);
219 StackFrameAMD64* StackwalkerAMD64::GetCallerByStackScan( in GetCallerByStackScan() function in google_breakpad::StackwalkerAMD64293 new_frame.reset(GetCallerByStackScan(frames)); in GetCallerFrame()
164 StackFrameARM* StackwalkerARM::GetCallerByStackScan( in GetCallerByStackScan() function in google_breakpad::StackwalkerARM269 frame.reset(GetCallerByStackScan(frames)); in GetCallerFrame()
177 StackFrameARM64* StackwalkerARM64::GetCallerByStackScan( in GetCallerByStackScan() function in google_breakpad::StackwalkerARM64313 frame.reset(GetCallerByStackScan(frames)); in GetCallerFrame()
267 new_frame.reset(GetCallerByStackScan(frames)); in GetCallerFrame()286 StackFrameMIPS* StackwalkerMIPS::GetCallerByStackScan( in GetCallerByStackScan() function in google_breakpad::StackwalkerMIPS