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);
88 StackFrameARM64* GetCallerByStackScan(const vector<StackFrame*> &frames);
91 StackFrameAMD64* GetCallerByStackScan(const vector<StackFrame*> &frames);
187 new_frame.reset(GetCallerByStackScan(frames)); in GetCallerFrame()211 StackFrameMIPS* StackwalkerMIPS::GetCallerByStackScan( in GetCallerByStackScan() function in google_breakpad::StackwalkerMIPS
154 StackFrameARM64* StackwalkerARM64::GetCallerByStackScan( in GetCallerByStackScan() function in google_breakpad::StackwalkerARM64249 frame.reset(GetCallerByStackScan(frames)); in GetCallerFrame()
196 StackFrameAMD64* StackwalkerAMD64::GetCallerByStackScan( in GetCallerByStackScan() function in google_breakpad::StackwalkerAMD64270 new_frame.reset(GetCallerByStackScan(frames)); in GetCallerFrame()
163 StackFrameARM* StackwalkerARM::GetCallerByStackScan( in GetCallerByStackScan() function in google_breakpad::StackwalkerARM264 frame.reset(GetCallerByStackScan(frames)); in GetCallerFrame()