Searched refs:StackwalkerARM64 (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/processor/ |
D | stackwalker_arm64.cc | 50 StackwalkerARM64::StackwalkerARM64(const SystemInfo* system_info, in StackwalkerARM64() function in google_breakpad::StackwalkerARM64 60 StackFrame* StackwalkerARM64::GetContextFrame() { in GetContextFrame() 78 StackFrameARM64* StackwalkerARM64::GetCallerByCFIFrameInfo( in GetCallerByCFIFrameInfo() 154 StackFrameARM64* StackwalkerARM64::GetCallerByStackScan( in GetCallerByStackScan() 185 StackFrameARM64* StackwalkerARM64::GetCallerByFramePointer( in GetCallerByFramePointer() 226 StackFrame* StackwalkerARM64::GetCallerFrame(const CallStack* stack, in GetCallerFrame()
|
D | stackwalker_arm64_unittest.cc | 58 using google_breakpad::StackwalkerARM64; 150 StackwalkerARM64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 173 StackwalkerARM64 walker(&system_info, &raw_context, NULL, &modules, in TEST_F() 226 StackwalkerARM64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 298 StackwalkerARM64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 365 StackwalkerARM64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 428 StackwalkerARM64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 491 StackwalkerARM64 walker(&system_info, &raw_context, in TEST_F() 632 StackwalkerARM64 walker(&system_info, &raw_context, &stack_region, in CheckWalk() 853 StackwalkerARM64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() [all …]
|
D | stackwalker_arm64.h | 51 class StackwalkerARM64 : public Stackwalker { 57 StackwalkerARM64(const SystemInfo* system_info,
|
D | stackwalker.cc | 255 cpu_stackwalker = new StackwalkerARM64(system_info, in StackwalkerForCPU()
|