Home
last modified time | relevance | path

Searched refs:GetCallerByFramePointer (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/processor/
Dstackwalker_arm.h83 StackFrameARM* GetCallerByFramePointer(const vector<StackFrame*> &frames);
Dstackwalker_arm64.h87 StackFrameARM64* GetCallerByFramePointer(const vector<StackFrame*> &frames);
Dstackwalker_arm.cc195 StackFrameARM* StackwalkerARM::GetCallerByFramePointer( in GetCallerByFramePointer() function in google_breakpad::StackwalkerARM
265 frame.reset(GetCallerByFramePointer(frames)); in GetCallerFrame()
Dstackwalker_arm64.cc208 StackFrameARM64* StackwalkerARM64::GetCallerByFramePointer( in GetCallerByFramePointer() function in google_breakpad::StackwalkerARM64
309 frame.reset(GetCallerByFramePointer(frames)); in GetCallerFrame()