Home
last modified time | relevance | path

Searched refs:StackwalkerPPC64 (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/processor/
Dstackwalker_ppc64.cc47 StackwalkerPPC64::StackwalkerPPC64(const SystemInfo* system_info, in StackwalkerPPC64() function in google_breakpad::StackwalkerPPC64
57 StackFrame* StackwalkerPPC64::GetContextFrame() { in GetContextFrame()
76 StackFrame* StackwalkerPPC64::GetCallerFrame(const CallStack* stack, in GetCallerFrame()
Dstackwalker_ppc64.h48 class StackwalkerPPC64 : public Stackwalker {
54 StackwalkerPPC64(const SystemInfo* system_info,
Dstackwalker.cc226 cpu_stackwalker = new StackwalkerPPC64(system_info, in StackwalkerForCPU()