Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/processor/
H A Dstackwalker_arm.cc167 StackFrameARM* StackwalkerARM::GetCallerByStackScan( in GetCallerByStackScan() function in google_breakpad::StackwalkerARM
273 frame.reset(GetCallerByStackScan(frames)); in GetCallerFrame()
H A Dstackwalker_amd64.cc256 StackFrameAMD64* StackwalkerAMD64::GetCallerByStackScan( in GetCallerByStackScan() function in google_breakpad::StackwalkerAMD64
345 new_frame.reset(GetCallerByStackScan(frames)); in GetCallerFrame()
H A Dstackwalker_arm64.cc182 StackFrameARM64* StackwalkerARM64::GetCallerByStackScan( in GetCallerByStackScan() function in google_breakpad::StackwalkerARM64
319 frame.reset(GetCallerByStackScan(frames)); in GetCallerFrame()
H A Dstackwalker_mips.cc270 new_frame.reset(GetCallerByStackScan(frames)); in GetCallerFrame()
290 StackFrameMIPS* StackwalkerMIPS::GetCallerByStackScan( in GetCallerByStackScan() function in google_breakpad::StackwalkerMIPS
H A Dstackwalker_mips.h75 StackFrameMIPS* GetCallerByStackScan(const vector<StackFrame*>& frames);
H A Dstackwalker_arm.h86 StackFrameARM* GetCallerByStackScan(const vector<StackFrame*>& frames);
H A Dstackwalker_riscv64.h85 StackFrameRISCV64* GetCallerByStackScan(
H A Dstackwalker_riscv.h85 StackFrameRISCV* GetCallerByStackScan(
H A Dstackwalker_amd64.h90 StackFrameAMD64* GetCallerByStackScan(const vector<StackFrame*>& frames);
H A Dstackwalker_arm64.h90 StackFrameARM64* GetCallerByStackScan(const vector<StackFrame*>& frames);
H A Dstackwalker_riscv.cc419 StackFrameRISCV* StackwalkerRISCV::GetCallerByStackScan( in GetCallerByStackScan() function in google_breakpad::StackwalkerRISCV
515 frame.reset(GetCallerByStackScan(frames)); in GetCallerFrame()
H A Dstackwalker_riscv64.cc419 StackFrameRISCV64* StackwalkerRISCV64::GetCallerByStackScan( in GetCallerByStackScan() function in google_breakpad::StackwalkerRISCV64
515 frame.reset(GetCallerByStackScan(frames)); in GetCallerFrame()