Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker_sparc.cc46 StackwalkerSPARC::StackwalkerSPARC(const SystemInfo* system_info, in StackwalkerSPARC() function in google_breakpad::StackwalkerSPARC
56 StackFrame* StackwalkerSPARC::GetContextFrame() { in GetContextFrame()
75 StackFrame* StackwalkerSPARC::GetCallerFrame(const CallStack* stack, in GetCallerFrame()
Dstackwalker_sparc.h50 class StackwalkerSPARC : public Stackwalker {
56 StackwalkerSPARC(const SystemInfo* system_info,
Dstackwalker_selftest.cc97 using google_breakpad::StackwalkerSPARC;
342 StackwalkerSPARC stackwalker = StackwalkerSPARC(NULL, &context, &memory, in CountCallerFrames()
Dstackwalker.cc238 cpu_stackwalker = new StackwalkerSPARC(system_info, in StackwalkerForCPU()