Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker_sparc.cc49 StackwalkerSPARC::StackwalkerSPARC(const SystemInfo* system_info, in StackwalkerSPARC() function in google_breakpad::StackwalkerSPARC
59 StackFrame* StackwalkerSPARC::GetContextFrame() { in GetContextFrame()
78 StackFrame* StackwalkerSPARC::GetCallerFrame(const CallStack* stack, in GetCallerFrame()
Dstackwalker_sparc.h49 class StackwalkerSPARC : public Stackwalker {
55 StackwalkerSPARC(const SystemInfo* system_info,
Dstackwalker_selftest.cc100 using google_breakpad::StackwalkerSPARC;
345 StackwalkerSPARC stackwalker = StackwalkerSPARC(NULL, &context, &memory, in CountCallerFrames()
Dstackwalker.cc249 cpu_stackwalker = new StackwalkerSPARC(system_info, in StackwalkerForCPU()