Searched refs:StackwalkerX86 (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/processor/ |
D | stackwalker_x86.cc | 63 const StackwalkerX86::CFIWalker::RegisterSet 64 StackwalkerX86::cfi_register_map_[] = { 90 StackwalkerX86::StackwalkerX86(const SystemInfo* system_info, in StackwalkerX86() function in google_breakpad::StackwalkerX86 123 StackFrame* StackwalkerX86::GetContextFrame() { in GetContextFrame() 141 StackFrameX86* StackwalkerX86::GetCallerByWindowsFrameInfo( in GetCallerByWindowsFrameInfo() 530 StackFrameX86* StackwalkerX86::GetCallerByCFIFrameInfo( in GetCallerByCFIFrameInfo() 558 StackFrameX86* StackwalkerX86::GetCallerByEBPAtBase( in GetCallerByEBPAtBase() 649 StackFrame* StackwalkerX86::GetCallerFrame(const CallStack* stack, in GetCallerFrame()
|
D | stackwalker_x86.h | 55 class StackwalkerX86 : public Stackwalker { 61 StackwalkerX86(const SystemInfo* system_info,
|
D | stackwalker_selftest.cc | 94 using google_breakpad::StackwalkerX86; 330 StackwalkerX86 stackwalker = StackwalkerX86(NULL, &context, &memory, NULL, in CountCallerFrames()
|
D | stackwalker_x86_unittest.cc | 60 using google_breakpad::StackwalkerX86; 170 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 197 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 220 StackwalkerX86 walker(&system_info, &raw_context, NULL, &modules, in TEST_F() 262 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 326 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 392 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 456 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 518 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 598 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() [all …]
|
D | stackwalker.cc | 225 cpu_stackwalker = new StackwalkerX86(system_info, in StackwalkerForCPU()
|