Home
last modified time | relevance | path

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

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