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.h84 StackFrameARM64* GetCallerByFramePointer(const vector<StackFrame*> &frames);
Dstackwalker_arm64.cc185 StackFrameARM64* StackwalkerARM64::GetCallerByFramePointer( in GetCallerByFramePointer() function in google_breakpad::StackwalkerARM64
245 frame.reset(GetCallerByFramePointer(frames)); in GetCallerFrame()
Dstackwalker_arm.cc194 StackFrameARM* StackwalkerARM::GetCallerByFramePointer( in GetCallerByFramePointer() function in google_breakpad::StackwalkerARM
260 frame.reset(GetCallerByFramePointer(frames)); in GetCallerFrame()