Searched refs:StackwalkerARM (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/processor/ |
D | stackwalker_arm.cc | 51 StackwalkerARM::StackwalkerARM(const SystemInfo* system_info, in StackwalkerARM() function in google_breakpad::StackwalkerARM 62 StackFrame* StackwalkerARM::GetContextFrame() { in GetContextFrame() 80 StackFrameARM* StackwalkerARM::GetCallerByCFIFrameInfo( in GetCallerByCFIFrameInfo() 164 StackFrameARM* StackwalkerARM::GetCallerByStackScan( in GetCallerByStackScan() 195 StackFrameARM* StackwalkerARM::GetCallerByFramePointer( in GetCallerByFramePointer() 241 StackFrame* StackwalkerARM::GetCallerFrame(const CallStack* stack, in GetCallerFrame()
|
D | stackwalker_arm.h | 51 class StackwalkerARM : public Stackwalker { 57 StackwalkerARM(const SystemInfo* system_info,
|
D | stackwalker_arm_unittest.cc | 58 using google_breakpad::StackwalkerARM; 153 StackwalkerARM walker(&system_info, &raw_context, -1, &stack_region, &modules, in TEST_F() 177 StackwalkerARM walker(&system_info, &raw_context, -1, &stack_region, &modules, in TEST_F() 197 StackwalkerARM walker(&system_info, &raw_context, -1, NULL, &modules, in TEST_F() 250 StackwalkerARM walker(&system_info, &raw_context, -1, &stack_region, &modules, in TEST_F() 321 StackwalkerARM walker(&system_info, &raw_context, -1, &stack_region, &modules, in TEST_F() 387 StackwalkerARM walker(&system_info, &raw_context, -1, &stack_region, &modules, in TEST_F() 449 StackwalkerARM walker(&system_info, &raw_context, -1, &stack_region, &modules, in TEST_F() 556 StackwalkerARM walker(&system_info, &raw_context, -1, &stack_region, in CheckWalk() 754 StackwalkerARM walker(&system_info, &raw_context, -1, &stack_region, &modules, in TEST_F() [all …]
|
D | stackwalker.cc | 255 cpu_stackwalker = new StackwalkerARM(system_info, in StackwalkerForCPU()
|