Searched refs:StackwalkerX86 (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/processor/ |
D | stackwalker_x86.cc | 60 const StackwalkerX86::CFIWalker::RegisterSet 61 StackwalkerX86::cfi_register_map_[] = { 87 StackwalkerX86::StackwalkerX86(const SystemInfo* system_info, in StackwalkerX86() function in google_breakpad::StackwalkerX86 120 StackFrame* StackwalkerX86::GetContextFrame() { in GetContextFrame() 138 StackFrameX86* StackwalkerX86::GetCallerByWindowsFrameInfo( in GetCallerByWindowsFrameInfo() 506 StackFrameX86* StackwalkerX86::GetCallerByCFIFrameInfo( in GetCallerByCFIFrameInfo() 531 StackFrameX86* StackwalkerX86::GetCallerByEBPAtBase( in GetCallerByEBPAtBase() 618 StackFrame* StackwalkerX86::GetCallerFrame(const CallStack* stack, in GetCallerFrame()
|
D | stackwalker_x86.h | 56 class StackwalkerX86 : public Stackwalker { 62 StackwalkerX86(const SystemInfo* system_info,
|
D | stackwalker_x86_unittest.cc | 57 using google_breakpad::StackwalkerX86; 166 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 193 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 216 StackwalkerX86 walker(&system_info, &raw_context, NULL, &modules, in TEST_F() 258 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 322 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 388 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 452 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 514 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 594 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() [all …]
|
D | stackwalker_selftest.cc | 91 using google_breakpad::StackwalkerX86; 327 StackwalkerX86 stackwalker = StackwalkerX86(NULL, &context, &memory, NULL, in CountCallerFrames()
|
D | stackwalker.cc | 207 cpu_stackwalker = new StackwalkerX86(system_info, in StackwalkerForCPU()
|