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 76 uint64_t StackwalkerARM64::PtrauthStrip(uint64_t ptr) { in PtrauthStrip() 81 StackFrame* StackwalkerARM64::GetContextFrame() { in GetContextFrame() 101 StackFrameARM64* StackwalkerARM64::GetCallerByCFIFrameInfo( in GetCallerByCFIFrameInfo() 177 StackFrameARM64* StackwalkerARM64::GetCallerByStackScan( in GetCallerByStackScan() 208 StackFrameARM64* StackwalkerARM64::GetCallerByFramePointer( in GetCallerByFramePointer() 254 void StackwalkerARM64::CorrectRegLRByFramePointer( in CorrectRegLRByFramePointer() 290 StackFrame* StackwalkerARM64::GetCallerFrame(const CallStack* stack, in GetCallerFrame()
|
D | stackwalker_arm64.h | 51 class StackwalkerARM64 : public Stackwalker { 57 StackwalkerARM64(const SystemInfo* system_info,
|
D | stackwalker_arm64_unittest.cc | 58 using google_breakpad::StackwalkerARM64; 151 StackwalkerARM64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 174 StackwalkerARM64 walker(&system_info, &raw_context, NULL, &modules, in TEST_F() 227 StackwalkerARM64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 299 StackwalkerARM64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 366 StackwalkerARM64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 429 StackwalkerARM64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 492 StackwalkerARM64 walker(&system_info, &raw_context, in TEST_F() 633 StackwalkerARM64 walker(&system_info, &raw_context, &stack_region, in CheckWalk() 854 StackwalkerARM64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() [all …]
|
D | stackwalker.cc | 263 cpu_stackwalker = new StackwalkerARM64(system_info, in StackwalkerForCPU()
|