Searched refs:StackwalkerARM (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/processor/ |
D | stackwalker_arm.cc | 50 StackwalkerARM::StackwalkerARM(const SystemInfo* system_info, in StackwalkerARM() function in google_breakpad::StackwalkerARM 61 StackFrame* StackwalkerARM::GetContextFrame() { in GetContextFrame() 79 StackFrameARM* StackwalkerARM::GetCallerByCFIFrameInfo( in GetCallerByCFIFrameInfo() 163 StackFrameARM* StackwalkerARM::GetCallerByStackScan( in GetCallerByStackScan() 194 StackFrameARM* StackwalkerARM::GetCallerByFramePointer( in GetCallerByFramePointer() 240 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; 152 StackwalkerARM walker(&system_info, &raw_context, -1, &stack_region, &modules, in TEST_F() 176 StackwalkerARM walker(&system_info, &raw_context, -1, &stack_region, &modules, in TEST_F() 196 StackwalkerARM walker(&system_info, &raw_context, -1, NULL, &modules, in TEST_F() 249 StackwalkerARM walker(&system_info, &raw_context, -1, &stack_region, &modules, in TEST_F() 320 StackwalkerARM walker(&system_info, &raw_context, -1, &stack_region, &modules, in TEST_F() 386 StackwalkerARM walker(&system_info, &raw_context, -1, &stack_region, &modules, in TEST_F() 448 StackwalkerARM walker(&system_info, &raw_context, -1, &stack_region, &modules, in TEST_F() 555 StackwalkerARM walker(&system_info, &raw_context, -1, &stack_region, in CheckWalk() 753 StackwalkerARM walker(&system_info, &raw_context, -1, &stack_region, &modules, in TEST_F() [all …]
|
D | stackwalker.cc | 247 cpu_stackwalker = new StackwalkerARM(system_info, in StackwalkerForCPU()
|